rust-ftp
rust-ftp copied to clipboard
FtpStream.retr bounds are too strict
The passed in closure is only called once, so it should be able to be a FnOnce, not a Fn.