fidl_fuchsia_bluetooth_bredr

Type Alias ProfileAdvertiseResult

Source
pub type ProfileAdvertiseResult = Result<ProfileAdvertiseResponse, ErrorCode>;

Aliased Type§

enum ProfileAdvertiseResult {
    Ok(ProfileAdvertiseResponse),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(ProfileAdvertiseResponse)

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value