Reputation: 585
What is the reason for Vec not having hyper::body::Buf implemented in Hyper?
Vec
hyper::body::Buf
It is available for VecDeque as well as &[u8] (implementations)
VecDeque
&[u8]
Upvotes: 0
Views: 69