shared::capabilities::persistent_storage

Function load

Source
pub fn load<Effect, Event>(
    file_name: String,
) -> RequestBuilder<Effect, Event, impl Future<Output = <PersistentStorageOperation as Operation>::Output>>
where Effect: From<Request<PersistentStorageOperation>> + Send + 'static, Event: Send + 'static,