serde::de

Macro declare_error_trait

source
macro_rules! declare_error_trait {
    (Error: Sized $(+ $($supertrait:ident)::+)*) => { ... };
}