Trait solana_sdk::account_utils::State[][src]

pub trait State<T> {
    fn state(&self) -> Result<T, InstructionError>;
fn set_state(&self, state: &T) -> Result<(), InstructionError>; }

Required methods

Implementors