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