pub type ManagerSetRootViewResult = Result<ViewRef, PresentRootViewError>;

Aliased Type§

enum ManagerSetRootViewResult {
    Ok(ViewRef),
    Err(PresentRootViewError),
}

Variants§

§1.0.0

Ok(ViewRef)

Contains the success value

§1.0.0

Err(PresentRootViewError)

Contains the error value