[][src]Trait orga::store::Store

pub trait Store: Read + Write { }

Trait for key/value stores, automatically implemented for any type which has both Read and Write.

Implementors

impl<S: Read + Write + Sized> Store for S[src]

Loading content...