PinCallbackScope

Type Alias PinCallbackScope 

Source
pub type PinCallbackScope<'s, 'i, C = Context> = PinnedRef<'s, CallbackScope<'i, C>>;

Aliased Typeยง

pub struct PinCallbackScope<'s, 'i, C = Context>(/* private fields */);