freya_elements

Macro def_attribute

Source
macro_rules! def_attribute {
    (
        $(
            $(#[$attr:meta])*
            $fil:ident,
         )*
    ) => { ... };
}