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
impl AutoValue for i8impl AutoValue for i16impl AutoValue for i32impl AutoValue for i64impl AutoValue for isizeimpl AutoValue for u8impl AutoValue for u16impl AutoValue for u32impl AutoValue for u64impl AutoValue for usizeimpl AutoValue for f32impl AutoValue for f64impl AutoValue for bool