Function write_nested_generic

Source
fn write_nested_generic<W, L>(w: &mut W) -> NestedWriter<'_, W, L>
where W: Writer + ?Sized, L: Default + Copy + Sized + Writeable + TryFrom<usize>,
Expand description

Implementation of write_nested_* - generic over the length type