pub fn connect_to_protocol_at_path<P: ProtocolMarker>( protocol_path: impl AsRef<str>, ) -> Result<P::Proxy, Error>
Connect to a FIDL protocol using the provided path.