[][src]Trait abi_stable::abi_stability::extra_checks::TypeChecker_trait::TypeChecker_Bounds

pub trait TypeChecker_Bounds: TypeChecker + 'static { }

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

Implementors

impl<_Self> TypeChecker_Bounds for _Self where
    _Self: TypeChecker + 'static, 
[src]

Loading content...