Type Alias fidl::encoding::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 */);