Type Alias Endpoint

Source
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 */ }