pub type ManagerPresentRootViewResult = Result<(), PresentRootViewError>;

Aliased Type§

enum ManagerPresentRootViewResult {
    Ok(()),
    Err(PresentRootViewError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PresentRootViewError)

Contains the error value