[][src]Trait outils::types::ValueType

pub trait ValueType: Default + Debug { }

Super trait for types that are supported as values to be stored in the structs provided by this library. This trait is implemented automatically for all types implementing the base traits

Implementors

impl<T> ValueType for T where
    T: Default + Debug
[src]

Loading content...