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

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

Required methods

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

Loading content...