Function fuchsia_component::client::connect_channel_to_protocol
source ยท pub fn connect_channel_to_protocol<P: DiscoverableProtocolMarker>(
server_end: Channel,
) -> Result<(), Error>
Expand description
Connect to a FIDL protocol using the provided channel.