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