[][src]Trait abi_stable::abi_stability::extra_checks::ExtraChecks_trait::ExtraChecks_Bounds

pub trait ExtraChecks_Bounds: ExtraChecks + 'static { }

A trait alias for ExtraChecks + the lifetime bounds that it had before being stripped by the #[sabi_trait] attribute.

Implementors

impl<_Self> ExtraChecks_Bounds for _Self where
    _Self: ExtraChecks + 'static, 
[src]

Loading content...