Type Alias zombienet_sdk::environment::SpawnResult
source · pub type SpawnResult = Result<Network<LocalFileSystem>, OrchestratorError>;
Aliased Type§
enum SpawnResult {
Ok(Network<LocalFileSystem>),
Err(OrchestratorError),
}
Variants§
Ok(Network<LocalFileSystem>)
Contains the success value
Err(OrchestratorError)
Contains the error value