Trait cvar::AutoValue [] [src]

pub trait AutoValue: Copy + PartialEq + FromStr + ToString + Debug where
    Self::Err: 'static + StdError
{ }

Implement Value automatically for types that have appropriate FromStr and ToString implementations.

Implementors