pub fn connect_channel_to_protocol_at<P: DiscoverableProtocolMarker>( server_end: Channel, service_directory_path: &str, ) -> Result<(), Error>
Connect to a FIDL protocol using the provided channel and namespace prefix.