[][src]Macro seed::attrs

macro_rules! attrs {
    { $($key:expr => $value:expr);* $(;)* } => { ... };
}

Provide a shortcut for creating attributes.