axum_codec::handler

Trait Input

source
pub trait Input: OperationInput { }

Object Safety§

This trait is not object safe.

Implementors§

source§

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