Function fuchsia_component::client::connect_to_service_instance
source · pub fn connect_to_service_instance<S: ServiceMarker>(
instance: &str,
) -> Result<S::Proxy, Error>
Expand description
Connect to an instance of a FIDL service in the /svc
directory of
the application’s root namespace.
instance
is a path of one or more components.