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ยง
pub struct Endpoint<T>(/* private fields */);