Derive Macro deref_derive::DerefMut

source ·
#[derive(DerefMut)]
{
    // Attributes available to this derive:
    #[deref]
}
Expand description

Used to derive DerefMut for a struct.

For examples, see Deref.