Trait tree_decorator::decorator::StyleItemValue[][src]

pub trait StyleItemValue {
    fn default_enable_value() -> Self;
}
Expand description

Style item value behavior to implement at each possible type available at Style.

Required methods

Implementations on Foreign Types

Default enable value is true.

Implementors