style

Macro style 

Source
macro_rules! style {
    (
        $($field:ident : $value:expr),* $(,)?
    ) => { ... };
}
Expand description

Creates a new style with specified properties