[][src]Trait abi_stable::sabi_trait::doc_examples::ConstExample

pub trait ConstExample: Clone + Debug {
    fn next_number(&self, num: usize) -> usize;
}

An example trait,used to show what #[sabi_trait] generates in the docs.

Required methods

fn next_number(&self, num: usize) -> usize

Loading content...

Implementations on Foreign Types

impl ConstExample for usize[src]

Loading content...

Implementors

impl<'lt, _ErasedPtr> ConstExample for ConstExample_TO<'lt, _ErasedPtr> where
    Self: Clone + Debug + Sized,
    _ErasedPtr: __GetPointerKind<Target = ()>, 
[src]

Loading content...