Type Alias DeductCallerHandle

Source
pub type DeductCallerHandle<'a, EXT, DB> = GenericContextHandle<'a, EXT, DB>;
Expand description

Deduct the caller to its limit.

Aliased Type§

struct DeductCallerHandle<'a, EXT, DB> { /* private fields */ }