pub type ManagerSetRootViewResult = Result<ViewRef, PresentRootViewError>;
Aliased Type§
enum ManagerSetRootViewResult {
Ok(ViewRef),
Err(PresentRootViewError),
}
pub type ManagerSetRootViewResult = Result<ViewRef, PresentRootViewError>;
enum ManagerSetRootViewResult {
Ok(ViewRef),
Err(PresentRootViewError),
}