Trait lockchain_core::traits::Loading [] [src]

pub trait Loading {
    fn load(_path: &str) -> Box<Self> { ... }
fn save(&mut self, _path: &str) { ... } }

A trait that abstracts file or record loading for any backend which wants to implement storage functions

Provided Methods

Implementors