derived-deref
A crate for deriving the Deref
and DerefMut
traits from the standard library onto structs with at least one field.
Fields with references are passed directly.
Examples
use ;
// When there is only one field, annotation is optional instead.
;
;