Type Alias tc_transact::public::GetHandler
source · pub type GetHandler<'a, 'b, Txn, State> = Box<dyn FnOnce(&'b Txn, Value) -> GetFuture<'a, State> + Send + 'a>;
Aliased Type§
struct GetHandler<'a, 'b, Txn, State>(/* private fields */);