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