Trait yamlette::model::style::Style

source ·
pub trait Style {
    fn common_styles_apply(&mut self, _styles: &mut CommonStyles) { ... }
    fn tagged_styles_apply(&mut self, _value: &mut dyn Tagged) { ... }
}

Provided Methods§

Implementations on Foreign Types§

Implementors§