pub type Endpoint<'a, Output, Descr = Unspecified> = Handler<'a, Output, Descr>;Expand description
A handler with no further handlers in a chain.
Aliased Typeยง
pub struct Endpoint<'a, Output, Descr = Unspecified> { /* private fields */ }pub type Endpoint<'a, Output, Descr = Unspecified> = Handler<'a, Output, Descr>;A handler with no further handlers in a chain.
pub struct Endpoint<'a, Output, Descr = Unspecified> { /* private fields */ }