macro_rules! declare_into {
{$source:ty => $kind:ident} => { ... };
}
Expand description
Helper: declare an Into<> implementation to automatically convert a $source into an Error with kind $kind.
macro_rules! declare_into {
{$source:ty => $kind:ident} => { ... };
}
Helper: declare an Into<> implementation to automatically convert a $source into an Error with kind $kind.