Home
last modified time | relevance | path

Searched defs:ColorArg (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/codespan-reporting/src/
Dterm.rs48 pub struct ColorArg(pub ColorChoice); struct
50 impl ColorArg { implementation
61 impl FromStr for ColorArg { implementation
64 fn from_str(src: &str) -> Result<ColorArg, &'static str> { in from_str()
75 impl Into<ColorChoice> for ColorArg { implementation