Trait hobo_css::AppendProperty[][src]

pub trait AppendProperty {
    fn append_property(self, decls: &mut Vec<Property>);
}
Expand description

A trait implemented by everything that can be added to a list of properties

Required methods

Implementations on Foreign Types

Implementors