logo
pub type AfterRequestFunc = dyn Fn(&Request<'_, '_, '_>, &mut Response) + Send + Sync;
Expand description

After request func type.