Crates.io | tokio-either |
lib.rs | tokio-either |
version | 0.1.4 |
source | src |
created_at | 2019-12-24 20:58:59.13369 |
updated_at | 2019-12-25 15:03:06.11253 |
description | Either for Tokio |
homepage | |
repository | https://github.com/Hirrolot/tokio-either |
max_upload_size | |
id | 192195 |
size | 5,339 |
Either for Tokio
type MaybeTls = Either<TcpStream, TlsStream<TcpStream>>;