logo
pub trait ValueAccessorReadTrait<T> where
    ValueConverter: ValueConverterTrait<T>, 
{ fn get(&self) -> T; }
Expand description

Trait for reading component values

Required Methods

Returns the current value.

Implementors

Implementation of trait for reading component values