Type Alias els::Handler

source ยท
pub type Handler<Server, Params, Out = ()> = fn(_: &mut Server, _: Params) -> ELSResult<Out>;