pub fn connect_to_service_instance<S>(
instance: &str,
) -> Result<S::Connector, Error>where
S: DiscoverableService + Service<InstanceConnector>,Expand description
Connect to a FIDL service instance in the /svc directory of the application’s
root namespace.