Skip to main content

Module handler

Module handler 

Source
Expand description

The Handler trait and blanket implementations.

Traits§

Handler
Core abstraction: maps an Input to an optional output value.

Type Aliases§

HandlerResult
The result type returned by every handler — Some(out) on success, None to signal “this handler does not apply here”.