Expand description

Concise trait implementations.

Macros

Implement AsMut for a newtype struct.
Implement AsRef for a newtype struct.
Implement Deref for a newtype struct.
Implement DerefMut for a newtype struct.
Implement Display for enums using a static string for each variant.
Implement From for a newtype struct.
Implement Into for a newtype struct.