pub trait AbiExample: Sized {
    fn example() -> Self;
}

Required methods

Implementations on Foreign Types

Implementors