Skip to main content

Module type_handler

Module type_handler 

Source

Structs§

TypeHandler
A handler that dispatches messages to other handlers based on a metadata field (e.g., “type”).

Constants§

KIND_KEY

Traits§

IntoTypedHandler
A helper trait to allow registering handlers with or without context.