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

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

Add a new method which return field names

pub fn get_field_names() -> HashSet<String>