Function tikv::storage::test_util::expect_fail_callback [−][src]
pub fn expect_fail_callback<T, F>(
done: Sender<i32>,
id: i32,
err_matcher: F
) -> Callback<T> where
F: FnOnce(Error) + Send + 'static,