Searched defs:ULiteral (Results 1 – 1 of 1) sorted by relevance
989 fn escape_lits(blits: &[Literal]) -> Vec<ULiteral> { in escape_lits()1008 pub struct ULiteral { struct1009 v: String,1010 cut: bool,1013 impl ULiteral { impl1019 impl fmt::Debug for ULiteral { implementation1029 impl PartialEq<Literal> for ULiteral { implementation1042 fn C(s: &'static str) -> ULiteral { in C()1046 fn M(s: &'static str) -> ULiteral { in M()