Type Alias PutHandler

Source
pub type PutHandler<'a, 'b, Txn, State> = Box<dyn FnOnce(&'b Txn, Value, State) -> PutFuture<'a> + Send + 'a>;

Aliased Typeยง

pub struct PutHandler<'a, 'b, Txn, State>(/* private fields */);