Type Alias ProtectiveStopStatusRequest

Source
pub type ProtectiveStopStatusRequest = Request<{ Command::ProtectiveStopStatus }, ()>;

Aliased Type§

pub struct ProtectiveStopStatusRequest {
    pub data: (),
}

Fields§

§data: ()