Type Definition dptree::Endpoint

source · []
pub type Endpoint<'a, Input, Output, Descr = Unspecified> = Handler<'a, Input, Output, Descr>;
Expand description

A handler with no further handlers in a chain.