pub trait FileSend: PrivateFileSend { }
Expand description

Trait that determines which types are safe to use in TcpStream::try_send_file, TcpStream::send_file and TcpStream::send_file_all.

Implementations on Foreign Types

Implementors