Trait solana_frozen_abi::abi_example::AbiExample[][src]

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

Required methods

Implementations on Foreign Types

Implementors