pub type TopologyControlCreateResult = Result<(), CreateTopologyGraphError>;

Aliased Type§

enum TopologyControlCreateResult {
    Ok(()),
    Err(CreateTopologyGraphError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(CreateTopologyGraphError)

Contains the error value