Type Alias Endpoint

pub type Endpoint<T> = HandleType<T, fidl::::encoding::Endpoint::{constant#0}, fidl::::encoding::Endpoint::{constant#1}>;
Expand description

An abbreviation of HandleType that for channels with default rights, used for the FIDL types client_end:P and server_end:P.

Aliased Typeยง

struct Endpoint<T>(/* private fields */);