pub fn add_fidl_service_handler<S, Event>(
fs: &mut ServiceFs<ServiceObj<'_, ()>>,
sender: Sender<Event>,
)
Expand description
Adds a handler for the FIDL service S
which relays the ServerEnd of the service
connection request to the provided sender
.
Note: This method does not process requests from the service connection. It only relays
the stream to the `sender.