pub fn connect_channel_to_protocol<P: DiscoverableProtocolMarker>( server_end: Channel, ) -> Result<(), Error>
Connect to a FIDL protocol using the provided channel.