Type Alias epserde::deser::DeserType

source ·
pub type DeserType<'a, T> = <T as DeserializeInner>::DeserType<'a>;
Expand description