getset

Derive Macro Getters

source
#[derive(Getters)]
{
    // Attributes available to this derive:
    #[get]
    #[with_prefix]
    #[getset]
}