pub(super) fn shutdown<A>(a: &mut A) -> Shutdown<'_, A> ⓘwhere A: AsyncWrite + Unpin + ?Sized,
Creates a future which will shutdown an I/O object.