pub fn connect_to_protocol_at<P: Discoverable>( service_prefix: &str, ) -> Result<ClientEnd<P>, Error>
Connect to a FIDL protocol using the provided namespace prefix.