You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today Node::replace takes a T: NodeValue and boxes the new node value internally. In some cases it might not always be possible to have a NodeValue there, but a Box<dyn NodeValue> instead. It would be nice to have a replace_boxed that directly accepts a Box<dyn NodeValue>.
The text was updated successfully, but these errors were encountered:
Today
Node::replace
takes aT: NodeValue
and boxes the new node value internally. In some cases it might not always be possible to have aNodeValue
there, but aBox<dyn NodeValue>
instead. It would be nice to have areplace_boxed
that directly accepts aBox<dyn NodeValue>
.The text was updated successfully, but these errors were encountered: