You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to generalize the Write impl for Vec<u8> to Vec<u8, A>. Is there any reason for not doing this? I suspect that this impl might simply have been forgotten because it lives in the io module rather than by the other trait impls for Vec?