Skip to main content

Answer

Type Alias Answer 

Source
pub type Answer = Pin<Box<dyn Future<Output = DirectResponse> + Send>>;
Expand description

The answer one reached endpoint produces.

Aliased Typeยง

#[repr(transparent)]
pub struct Answer { /* private fields */ }