pub fn load_any(
info: &AccountInfo<'_>,
is_writable: bool,
) -> Result<(), ProgramError>Expand description
Errors if:
- Account is not writable.
pub fn load_any(
info: &AccountInfo<'_>,
is_writable: bool,
) -> Result<(), ProgramError>Errors if: