Skip to main content

load_into

Function load_into 

Source
pub fn load_into(
    store: &dyn SnapshotStore,
    state: &SharedDsqlState,
) -> Result<LoadOutcome, LoadError>
Expand description

Load a snapshot into state. Empty when nothing is saved, Loaded(n) after a successful restore, or a descriptive error for a fatal startup log.