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

Required Methods

Implementations on Foreign Types

Implementors