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