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

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

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

Required methods

Implementations on Foreign Types

Implementors