pub fn connect_to_protocol_at<P: DiscoverableProtocolMarker>( service_prefix: impl AsRef<str>, ) -> Result<P::Proxy, Error>
Connect to a FIDL protocol using the provided namespace prefix.