Type Alias ReplyHandlerFn

Source
pub type ReplyHandlerFn<Module, Error> = fn(DepsMut<'_>, Env, Module, Reply) -> Result<Response, Error>;
Expand description

Function signature for a reply handler.