AttachResult

Type Alias AttachResult 

Source
pub type AttachResult = Result<Network<LocalFileSystem>, OrchestratorError>;

Aliased Type§

pub enum AttachResult {
    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