els

Type Alias Handler

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