pub type GlobalFallbackHandler<OU = DefaultOnUninit> = CommonHandler<OU, Global, Fallback>;Expand description
A fallback handler which uses the global scope.
Aliased Type§
pub struct GlobalFallbackHandler<OU = DefaultOnUninit> { /* private fields */ }Trait Implementations§
Source§impl TryDropStrategy for GlobalFallbackHandler<FlagOnUninit>
impl TryDropStrategy for GlobalFallbackHandler<FlagOnUninit>
Source§fn handle_error(&self, error: Error)
fn handle_error(&self, error: Error)
Handle the drop error.
Source§impl TryDropStrategy for GlobalFallbackHandler<PanicOnUninit>
impl TryDropStrategy for GlobalFallbackHandler<PanicOnUninit>
Source§fn handle_error(&self, error: Error)
fn handle_error(&self, error: Error)
Handle the drop error.
Source§impl TryDropStrategy for GlobalFallbackHandler<UseDefaultOnUninit>
Available on crate feature ds-write only.
impl TryDropStrategy for GlobalFallbackHandler<UseDefaultOnUninit>
Available on crate feature
ds-write only.Source§fn handle_error(&self, error: Error)
fn handle_error(&self, error: Error)
Handle the drop error.