Trait axum_codec::handler::Input

source ·
pub trait Input: OperationInput { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> Input for T
where T: OperationInput,