fn clean_use_statement<'tcx>(
    import: &Item<'tcx>,
    name: Symbol,
    path: &Path<'tcx>,
    kind: UseKind,
    cx: &mut DocContext<'tcx>,
    inlined_names: &mut FxHashSet<(ItemType, Symbol)>
) -> Vec<Item>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,