pub type TargetHandlerGetPlayerApplicationSettingsResult = Result<PlayerApplicationSettings, TargetAvcError>;
Aliased Type§
enum TargetHandlerGetPlayerApplicationSettingsResult {
Ok(PlayerApplicationSettings),
Err(TargetAvcError),
}
Variants§
Ok(PlayerApplicationSettings)
Contains the success value
Err(TargetAvcError)
Contains the error value