pub type TargetHandlerSetAddressedPlayerResult = Result<(), TargetAvcError>;

Aliased Type§

enum TargetHandlerSetAddressedPlayerResult {
    Ok(()),
    Err(TargetAvcError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(TargetAvcError)

Contains the error value