pub(super) async fn run_kill_not_allowed<D, M, T>(
tester: &mut Runner<D, M>,
record: Record<T>,
)where
D: AsyncDB<ColumnType = T>,
M: MakeConnection<Conn = D>,
T: ColumnType,
Expand description
Used when kill
is not allowed for some specific commands