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