pub type AttachResult = Result<Network<LocalFileSystem>, OrchestratorError>;Aliased Type§
pub enum AttachResult {
Ok(Network<LocalFileSystem>),
Err(OrchestratorError),
}Variants§
Ok(Network<LocalFileSystem>)
Contains the success value
Err(OrchestratorError)
Contains the error value