Skip to main content

ControlPlaneAddChildResult

Type Alias ControlPlaneAddChildResult 

Source
pub type ControlPlaneAddChildResult = Result<(), NodeError>;

Aliased Type§

pub enum ControlPlaneAddChildResult {
    Ok(()),
    Err(NodeError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(NodeError)

Contains the error value