tokio-either 0.1.4

Either for Tokio
Documentation

tokio-either

Either for Tokio

type MaybeTls = Either<TcpStream, TlsStream<TcpStream>>;