[][src]Trait splinter::storage::StorageReadGuard

pub trait StorageReadGuard<'a, T: Sized>: Deref<Target = T> { }

RAII structure used to allow read access to state object

This guard allows avoiding unnecessary syncing if you just need read access to the state object.

Implementors

impl<'a, T: 'a + Serialize + DeserializeOwned> StorageReadGuard<'a, T> for MemStorageReadGuard<'a, T>[src]

impl<'a, T: 'a + Serialize + DeserializeOwned> StorageReadGuard<'a, T> for YamlStorageReadGuard<'a, T>[src]

Loading content...