pub trait SnapshotAccount {
    fn pubkey(&self) -> Pubkey;
    fn init(&mut self, id: u64) -> Result<(), Error>;
}
Expand description

SnapshotAccount

Required Methods

Implementations on Foreign Types

Implementors