pub async fn load_from_state_store(
store: &StateStore,
) -> Result<Option<PersonaSnapshot>>Expand description
Load the snapshot from StateStore. Ok(None) if file is absent.
pub async fn load_from_state_store(
store: &StateStore,
) -> Result<Option<PersonaSnapshot>>Load the snapshot from StateStore. Ok(None) if file is absent.