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