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
Is there any particular reason why BytesMut does not implement std::io::Write? Vec<u8> has it implemented. It looks like BytesMut should support that as well.
(NB: BytesMut has std::fmt::Write implemented, I'm talking about io::Write here, which is a different trait)