Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. impl Foo {}
  2.  
  3. fn bar<R>(r: &R) {
  4. std::io::Read::read_exact(&mut r, &mut [])
  5. //std::io::copy(&mut r, unimplemented!())
  6. //std::io::BufReader::new(r)
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement