Macro serde::de::declare_error_trait

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