macro_rules! handle_with_decoration {
    ($self:ident, $func_name:ident, $request:ident) => { ... };
}
Expand description

Implements generic pre- and post-processing. Since this is on the critical path, any heavy lifting should be done in a separate non-blocking task unless it is necessary to override the return value.