pub enum Sl4fBridgeRequest {
Execute {
target_query: TargetQuery,
value: String,
responder: Sl4fBridgeExecuteResponder,
},
}
Variants§
Execute
Execute passes commands from the SL4F host-side server to the client-side server and on to the SL4F component.
Implementations§
source§impl Sl4fBridgeRequest
impl Sl4fBridgeRequest
pub fn into_execute( self ) -> Option<(TargetQuery, String, Sl4fBridgeExecuteResponder)>
sourcepub fn method_name(&self) -> &'static str
pub fn method_name(&self) -> &'static str
Name of the method defined in FIDL