Searched refs:ULiteral (Results 1 – 1 of 1) sorted by relevance
985 struct Bytes(Vec<ULiteral>);987 struct Unicode(Vec<ULiteral>);989 fn escape_lits(blits: &[Literal]) -> Vec<ULiteral> { in escape_lits() argument993 .push(ULiteral { v: escape_bytes(&blit), cut: blit.is_cut() }); in escape_lits()1008 pub struct ULiteral { struct1013 impl ULiteral { implementation1019 impl fmt::Debug for ULiteral { implementation1029 impl PartialEq<Literal> for ULiteral { implementation1035 impl PartialEq<ULiteral> for Literal {1036 fn eq(&self, other: &ULiteral) -> bool { in eq()[all …]