Trait rolodex::value::PropertyValue[][src]

pub trait PropertyValue: Debug + PartialEq + Clone + Display + Serialize { }

Implementors

impl<T> PropertyValue for T where
    T: Debug + PartialEq + Clone + Display + Serialize
[src]

Loading content...