Crate auto_trait

Source
Expand description

Automatic trait extension macro for wrapper types

Attribute Macrosยง

auto_trait
Generates trait implementation for specified type, relying on Deref or Into depending on whether self is reference or owned