move_preserving_ranges

Function move_preserving_ranges 

Source
pub(crate) fn move_preserving_ranges<Move>(
    cx: &mut JSContext,
    node: &Node,
    move_: Move,
)
where Move: FnMut(&mut JSContext) -> Fallible<DomRoot<Node>>,
Expand description