Function rustfmt_nightly::matches::collect_beginning_verts
source · fn collect_beginning_verts(
context: &RewriteContext<'_>,
arms: &[Arm]
) -> Vec<Option<BytePos>>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
A: Allocator,
Expand description
Collect a byte position of the beginning |
for each arm, if available.