Function linera_client::storage::run_with_storage
source ยท pub async fn run_with_storage<Job>(
config: StoreConfig,
genesis_config: &GenesisConfig,
wasm_runtime: Option<WasmRuntime>,
job: Job,
) -> Result<Job::Output, Error>where
Job: Runnable,