replaceWith abstract method

bool replaceWith(
  1. LogSpan newSpan
)

Replaces this span in its parent with newSpan.

Returns true if replaced, false if this span has no parent.

Implementation

bool replaceWith(LogSpan newSpan);