parse_attr

Macro parse_attr 

Source
macro_rules! parse_attr {
    () => { ... };
    ($tag:ident) => { ... };
    ($tag:ident, .$attr:ident = $value:expr $(,.$right_attr:ident$(-$nexts:ident)* = $right_expr:expr)*) => { ... };
}