pub enum DeviceRequest {
Ping {
responder: DevicePingResponder,
},
}
Variants§
Ping
Fields
§
responder: DevicePingResponder
Implementations§
source§impl DeviceRequest
impl DeviceRequest
pub fn into_ping(self) -> Option<DevicePingResponder>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL