Enum fidl_test_ping::PingRequest
source · pub enum PingRequest {
Ping {
ping: String,
responder: PingPingResponder,
},
}
Variants§
Ping
Returns a string that is the concatenation of the input ping
a space and the string “pong”.
Implementations§
source§impl PingRequest
impl PingRequest
pub fn into_ping(self) -> Option<(String, PingPingResponder)>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL