blob: 8fef566814e2212b4e23aca35f4add530afe0fcb [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["TlsStream","Unified TLS stream type"]],"mod":[["client",""],["server",""]],"struct":[["Accept","Future returned from `TlsAcceptor::accept` which will resolve once the accept handshake has finished."],["Connect","Future returned from `TlsConnector::connect` which will resolve once the connection handshake has finished."],["FailableAccept","Like [Accept], but returns `IO` on failure."],["FailableConnect","Like [Connect], but returns `IO` on failure."],["TlsAcceptor","A wrapper around a `rustls::ServerConfig`, providing an async `accept` method."],["TlsConnector","A wrapper around a `rustls::ClientConfig`, providing an async `connect` method."]]};