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