pub fn connect_channel_to_protocol_at_path(
    server_end: Channel,
    protocol_path: &str,
) -> Result<(), Error>
Expand description

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