Trait solana_runtime::accounts_index::IsCached[][src]

pub trait IsCached {
    fn is_cached(&self) -> bool;
}

Required methods

Implementations on Foreign Types

Implementors