[][src]Type Definition sharp_pencil::AfterRequestFunc

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

After request func type.