pub(crate) fn substs_to_args<'tcx>(
    cx: &mut DocContext<'tcx>,
    substs: &[GenericArg<'tcx>],
    skip_first: bool
) -> Vec<GenericArg>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,