[][src]Trait promptor::promptor::SafeParsable

pub trait SafeParsable: Sized + Copy + Default + FromStr { }

SafeParsable

Defines a trait that is safe to parse from a string and has a default value for .unwrap_or_default()

Implementors

impl<T> SafeParsable for T where
    T: Sized + Copy + Default + FromStr
[src]

Loading content...