Expand description

Concise trait implementations.

Macros

Implements Deref and DerefMut by forwarding through an inner field’s implementation.
Implement AsMut for a struct.
Implement AsRef for a struct.
Implement Deref for a struct.
Implements Deref and DerefMut by forwarding through an inner field’s implementation.
Implement DerefMut for a struct.
Implement Display for enums using a static string or format args for each variant.
Implement From for a struct.
Implement Into for a struct.