Trait axum_codec::CodecEncode

source ·
pub trait CodecEncode: Serialize { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> CodecEncode for T
where T: Serialize,