logo
pub trait ValueAccessorWriteTrait<T> where
    ValueConverter: ValueConverterTrait<T>, 
{ fn set(&self, v: T); }
Expand description

Trait for writing component values

Required Methods

Sets the value to v.

Implementors

Implementation of trait for writing component values