rust-ftp icon indicating copy to clipboard operation
rust-ftp copied to clipboard

FtpStream.retr bounds are too strict

Open euclio opened this issue 4 years ago • 0 comments

The passed in closure is only called once, so it should be able to be a FnOnce, not a Fn.

euclio avatar Mar 06 '21 22:03 euclio