serde::ser

Macro declare_error_trait

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