1 2 3 4 5 6 7 8 9 10
mod socket; mod tls; pub use socket::Socket; pub use tls::{CertificateInput, MaybeTlsStream}; // #[cfg(feature = "_rt-async-std")] type PollReadBuf<'a> = Vec<u8>; pub use socket::IsTLS;