Searched defs:ULiteral (Results 1 – 1 of 1) sorted by relevance
985 fn escape_lits(blits: &[Literal]) -> Vec<ULiteral> { in escape_lits()1004 pub struct ULiteral { struct1005 v: String,1006 cut: bool,1009 impl ULiteral { impl1015 impl fmt::Debug for ULiteral { implementation1025 impl PartialEq<Literal> for ULiteral { implementation1038 fn C(s: &'static str) -> ULiteral { in C()1042 fn M(s: &'static str) -> ULiteral { in M()