Trait gemachain_runtime::accounts_index::IsCached[][src]

pub trait IsCached: 'static + Clone + Debug + PartialEq + ZeroCarat + Copy + Default + Sync + Send {
    fn is_cached(&self) -> bool;
}

Required methods

Implementors