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