Trait switchboard_aggregator::ToAccountInfo [−][src]
pub trait ToAccountInfo<'info> {
fn to_account_info(&self) -> AccountInfo<'info>;
}
Expand description
Transformation to an AccountInfo
struct.
pub trait ToAccountInfo<'info> {
fn to_account_info(&self) -> AccountInfo<'info>;
}
Transformation to an AccountInfo
struct.