Type Alias zombienet_sdk::environment::SpawnResult

source ·
pub type SpawnResult = Result<Network<LocalFileSystem>, OrchestratorError>;

Aliased Type§

enum SpawnResult {
    Ok(Network<LocalFileSystem>),
    Err(OrchestratorError),
}

Variants§

§1.0.0

Ok(Network<LocalFileSystem>)

Contains the success value

§1.0.0

Err(OrchestratorError)

Contains the error value