Function tikv::storage::test_util::expect_error[][src]

pub fn expect_error<T, F>(err_matcher: F, x: Result<T>) where
    F: FnOnce(Error) + Send + 'static,