Function fuchsia_component::client::connect_channel_to_protocol_at

source ยท
pub fn connect_channel_to_protocol_at<P: DiscoverableProtocolMarker>(
    server_end: Channel,
    service_directory_path: &str,
) -> Result<(), Error>
Expand description

Connect to a FIDL protocol using the provided channel and namespace prefix.