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

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

Required methods

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

Implementations on Foreign Types

impl IsCached for bool[src][]

impl IsCached for u64[src][]

Implementors

impl IsCached for AccountInfo[src][+]