fidl::encoding

Type Alias Endpoint

Source
pub type Endpoint<T> = HandleType<T, { _ }, { _ }>;
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 */);