为 Tokio 提供的 Either
由 Tima Kinsart 创建
#19 in #either
4KB 80 代码行
type MaybeTls = Either<TcpStream, TlsStream<TcpStream>>;
~3.5MB ~48K SLoC