Function hook

Source
pub fn hook<S, R>(mcx: &MiddlewareContext, send: S, receive: R)
where S: Fn(&MiddlewareContext, UpdateRequest) + 'static, R: FnOnce() + 'static,