pub type ControllerSetAddressedPlayerResult = Result<(), ControllerError>;

Aliased Type§

enum ControllerSetAddressedPlayerResult {
    Ok(()),
    Err(ControllerError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(ControllerError)

Contains the error value