solana_accounts_db::accounts_index

Trait IsCached

Source
pub trait IsCached {
    // Required method
    fn is_cached(&self) -> bool;
}

Required Methods§

Source

fn is_cached(&self) -> bool

Implementors§