pub fn visit_inspect_shard_statement<'ast, V, T>( visitor: &mut V, node: &'ast InspectShardStatement, )where T: AstInfo, V: Visit<'ast, T> + ?Sized,