macro_rules! FontDirective {
($($key:ident => $value:expr_2021),*) => { ... };
}Expand description
build a FontDirective from key=>val pairs (currently only FontDirective::Asset is supported in this macro)
macro_rules! FontDirective {
($($key:ident => $value:expr_2021),*) => { ... };
}build a FontDirective from key=>val pairs (currently only FontDirective::Asset is supported in this macro)