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

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

Required methods

pub fn is_cached(&self) -> bool[src]

Loading content...

Implementations on Foreign Types

impl IsCached for bool[src]

impl IsCached for u64[src]

Loading content...

Implementors

impl IsCached for AccountInfo[src]

Loading content...