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
IoSlice (from std::io) does not implement the Clone trait. Is there a reason for this? Cloning can be safely simulated with IoSlice::new(*slice), but the lack of the Clone trait prevents from using functions such as Vec::<IoSlice>::extend_from_slice.