Expand description
Automatic trait extension macro for wrapper types
Attribute Macrosยง
- auto_
trait - Generates trait implementation for specified type, relying on
Deref
orInto
depending on whetherself
is reference or owned
Automatic trait extension macro for wrapper types
Deref
or Into
depending on
whether self
is reference or owned