[][src]Trait abi_stable::sabi_trait::doc_examples::ConstExample_trait::ConstExample_Bounds

pub trait ConstExample_Bounds: ConstExample { }

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

Implementors

impl<_Self> ConstExample_Bounds for _Self where
    _Self: ConstExample
[src]

Loading content...