Module handler

Module handler 

Source
Expand description

Handler abstraction for elif.rs framework

This module provides a bridge between elif types and Axum’s handler system.

Structs§

ElifHandlerWrapper
Wrapper struct that implements the Handler trait

Traits§

ElifHandler
Trait for elif handlers that work with ElifRequest/ElifResponse

Functions§

elif_handler
Convert elif handler to Axum handler for any state