pub type GenericContextHandle<'a, EXT, DB> = GenericContextHandleRet<'a, EXT, DB, ()>;
Expand description
Generic Handle that takes a mutable reference to the context and returns a result.
Aliased Type§
struct GenericContextHandle<'a, EXT, DB> { /* private fields */ }