Function visit_cluster_schedule_option_value

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