fidl_fuchsia_session_scene

Type Alias ManagerPresentRootViewLegacyResult

Source
pub type ManagerPresentRootViewLegacyResult = Result<(), PresentRootViewError>;

Aliased Type§

enum ManagerPresentRootViewLegacyResult {
    Ok(()),
    Err(PresentRootViewError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(PresentRootViewError)

Contains the error value