[][src]Derive Macro modtype_derive::Deref

#[derive(Deref)]
{
    // Attributes available to this derive:
    #[modtype]
}

Derives Deref<Target = #InnerValue>.

Requirements

Nothing.