fidl_fuchsia_session_power

Type Alias HandoffTakeResult

Source
pub type HandoffTakeResult = Result<Handle, HandoffError>;

Aliased Type§

enum HandoffTakeResult {
    Ok(Handle),
    Err(HandoffError),
}

Variants§

§1.0.0

Ok(Handle)

Contains the success value

§1.0.0

Err(HandoffError)

Contains the error value