Function fuchsia_component::client::connect_to_protocol_at_path
source ยท pub fn connect_to_protocol_at_path<P: ProtocolMarker>(
protocol_path: impl AsRef<str>,
) -> Result<P::Proxy, Error>
Expand description
Connect to a FIDL protocol using the provided path.