Expand description

A variable handler that lets you join multiple handlers into one.

Structs

  • A variable handler that delegates handling to other handlers. Internally, it’s backed a Vec of handlers that are checked in order they were registered one by one until first positive match.