pub trait ToAccountInfo<'info> {
// Required method
fn to_account_info(&self) -> AccountInfo<'info>;
}Expand description
Transformation to an AccountInfo struct.
pub trait ToAccountInfo<'info> {
// Required method
fn to_account_info(&self) -> AccountInfo<'info>;
}Transformation to an AccountInfo struct.