use ;
use Handler;
/// Run a [`trillium::Handler`] in `before_send`
///
/// Wrap a handler with this type to call its `run` callback in `before_send` allowing it to execute
/// even if the conn has been halted. Note that it will be called later in the handler sequence as a
/// result of this.
] pub H);