1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

update doc strings

This commit is contained in:
Nikolay Kim
2019-12-10 21:11:39 +06:00
parent 1d810b4561
commit 7163e2c2a2
8 changed files with 185 additions and 9 deletions

View File

@ -3,7 +3,7 @@ use std::marker::PhantomData;
use std::pin::Pin;
use std::task::{Context, Poll};
pub use open_ssl::ssl::{SslAcceptor, SslAcceptorBuilder, AlpnError};
pub use open_ssl::ssl::{AlpnError, SslAcceptor, SslAcceptorBuilder};
pub use tokio_openssl::{HandshakeError, SslStream};
use actix_codec::{AsyncRead, AsyncWrite};