pub trait ToAccountInfo<'info> {
    fn to_account_info(&self) -> AccountInfo<'info>;
}
Expand description

Transformation to an AccountInfo struct.

Required methods

Implementors