Trait axum_codec::CodecDecode

source ·
pub trait CodecDecode: DeserializeOwned { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> CodecDecode for T