Searched defs:ColorArg (Results 1 – 1 of 1) sorted by relevance
48 pub struct ColorArg(pub ColorChoice); struct50 impl ColorArg { implementation61 impl FromStr for ColorArg { implementation64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str()75 impl Into<ColorChoice> for ColorArg { implementation