suppaftp 6.0.3
6.0.3
Released on 15/10/2024
- Added
Send
marker to the Closure:dyn Fn(SocketAddr) -> Pin<Box<dyn Future<Output = FtpResult<TcpStream>> + Send>> + Send;
- Added unit test to guarantee that FtpStream stays
Send
Released on 15/10/2024
Send
marker to the Closure: dyn Fn(SocketAddr) -> Pin<Box<dyn Future<Output = FtpResult<TcpStream>> + Send>> + Send;
Send