pub trait ToAccountMeta {
    fn to_account_meta(&self) -> AccountMeta;
}

Required Methods§

Implementations on Foreign Types§

Implementors§