pub fn open_mouth_with(
mouth: Mouth,
autoclose: bool,
boundary: BalancedBoundary,
)Expand description
open_mouth, choosing how a balanced read treats the new mouth’s end.
Pass BalancedBoundary::Opaque whenever the mouth carries a self-contained
input rather than a continuation of the current line — see the type’s docs.