[][src]Macro qute::style

macro_rules! style {
    ({
    value: $value:expr;
    color: $color:expr;
    background: $background:expr;
    font-weight: $modifier:ident;
  }) => { ... };
}