[][src]Trait mod_utilities::POD

pub trait POD: Debug + Clone + Copy + PartialEq + PartialOrd + Default { }

Convenient shortcut trait for guarding on types that implement all the standard deriveable traits

Implementors

impl<T> POD for T where
    T: Debug + Clone + Copy + PartialEq + PartialOrd + Default
[src]

Loading content...