pub fn connect_server_end_to_protocol_at<P: Discoverable>(
server_end: ServerEnd<P, Channel>,
service_directory_path: &str,
) -> Result<(), Error>Expand description
Connect to a FIDL protocol using the provided server end and namespace prefix.