fuchsia_component::client

Function 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.