pub type ServoMoveRequest = Request<{ Command::ServoMove }, ServoMoveData>;Aliased Type§
pub struct ServoMoveRequest {
pub data: ServoMoveData,
}Fields§
§data: ServoMoveDatapub type ServoMoveRequest = Request<{ Command::ServoMove }, ServoMoveData>;pub struct ServoMoveRequest {
pub data: ServoMoveData,
}data: ServoMoveData