pub type TargetHandlerGetPlayerApplicationSettingsResult = Result<PlayerApplicationSettings, TargetAvcError>;

Aliased Type§

enum TargetHandlerGetPlayerApplicationSettingsResult {
    Ok(PlayerApplicationSettings),
    Err(TargetAvcError),
}

Variants§

§1.0.0

Ok(PlayerApplicationSettings)

Contains the success value

§1.0.0

Err(TargetAvcError)

Contains the error value