pub type Answer = Pin<Box<dyn Future<Output = DirectResponse> + Send>>;
The answer one reached endpoint produces.
#[repr(transparent)]pub struct Answer { /* private fields */ }