[][src]Derive Macro druid::Lens

#[derive(Lens)]
{
    // Attributes available to this derive:
    #[lens]
}

Generates lenses to access the fields of a struct

An associated constant is defined on the struct for each field, having the same name as the field.