pub type InfoHandlerFunctionType = fn(&InfoContext, bool) -> RedisResult<()>;
Expand description
A type alias for the custom info command handler.
The function may optionally return an object of one section to add.
If nothing is returned, it is assumed that the function has already
filled all the information required via InfoContext::builder
.