Function fuchsia_component::client::connect_to_service_instance_at
source ยท pub fn connect_to_service_instance_at<S: ServiceMarker>(
path_prefix: &str,
instance: &str,
) -> Result<S::Proxy, Error>
Expand description
Connect to an instance of a FIDL service using the provided path prefix.
path_prefix
should not contain any slashes.
instance
is a path of one or more components.