Restored stream pub visibility

pull/6/head
wolf4ood 5 years ago
parent c2ff77b446
commit 0c749aeeb0
  1. 2
      src/lib.rs

@ -42,7 +42,7 @@ mod handshake;
feature = "async-native-tls",
feature = "tokio-tls",
))]
mod stream;
pub mod stream;
use std::io::{Read, Write};

Loading…
Cancel
Save