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