pub struct Interface<'a, T> { /* private fields */ }Trait Implementations§
Source§impl<T> AsRef<AccountInfo> for Interface<'_, T>
impl<T> AsRef<AccountInfo> for Interface<'_, T>
Source§fn as_ref(&self) -> &AccountInfo
fn as_ref(&self) -> &AccountInfo
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl<'a, T> From<Interface<'a, T>> for &'a AccountInfo
impl<'a, T> From<Interface<'a, T>> for &'a AccountInfo
Source§fn from(value: Interface<'a, T>) -> &'a AccountInfo
fn from(value: Interface<'a, T>) -> &'a AccountInfo
Converts to this type from the input type.