[][src]Macro error_support::define_error

macro_rules! define_error {
    ($Kind:ident { $(($variant:ident, $type:ty)),* $(,)? }) => { ... };
}

All the error boilerplate (okay, with a couple exceptions in some cases) in one place.