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.
pub trait FileSend: PrivateFileSend { }Trait that determines which types are safe to use in
TcpStream::try_send_file, TcpStream::send_file and
TcpStream::send_file_all.