[−][src]Trait holochain_core::persister::Persister
trait that defines the persistence functionality that holochain_core requires
trait that defines the persistence functionality that holochain_core requires
fn save(&mut self, state: State) -> Result<(), HolochainError>
fn load(&self, context: Arc<Context>) -> Result<Option<State>, HolochainError>