handle_modify_rule

Function handle_modify_rule 

Source
pub(crate) fn handle_modify_rule(
    state: &DevtoolsState,
    documents: &DocumentCollection,
    pipeline: PipelineId,
    node_id: &str,
    modifications: Vec<RuleModification>,
    can_gc: CanGc,
)