pub fn walk_t_string<'a, V>(visitor: &mut V, t_string: &'a TString)where V: SourceOrderVisitor<'a> + ?Sized,