Macro headless_lms_utils::attributes

source ยท
macro_rules! attributes {
    () => { ... };
    ($($name: tt: $value: expr),+ $(,)*) => { ... };
}