pub(crate) trait FromWithTcx<T> { fn from_tcx(f: T, tcx: TyCtxt<'_>) -> Self; }
impl<A> Write for Vec<u8, A>where A: Allocator,