Type Definition chilli::AfterRequestFunc [] [src]

type AfterRequestFunc = Fn(&Request, &mut Response) + Send + Sync;

After request func type.