[][src]Derive Macro rash_derive::FieldNames

#[derive(FieldNames)]
{
    // Attributes available to this derive:
    #[field_names]
}

Implementation of the #[derive(FieldNames)] derive macro.

Add a new method which return field names

pub fn get_field_names() -> HashSet<String>