Function fuchsia_component::client::connect_to_protocol_at
source ยท pub fn connect_to_protocol_at<P: DiscoverableProtocolMarker>(
service_prefix: impl AsRef<str>,
) -> Result<P::Proxy, Error>
Expand description
Connect to a FIDL protocol using the provided namespace prefix.