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§