Expand description
Macros for auto impl From
Macrosยง
- implement_
error - Implement the
From
trait for an struct with kind structure - implement_
error_ in_ enum - Implement the
From
trait for an enum. - implement_
error_ with_ kind - Implement the
From
trait for an struct with an specific structure, with ErrorKind, and message attributes. - implement_
in_ error_ in_ struct - Implement the
From
trait for an struct with an specific structure. - implement_
string_ error_ in_ enum - Generate the From
trait implementation for an custom enum error using ToString trait.