Module tetsy_libp2p_core::either[][src]

Enums

EitherError
EitherFuture

Implements Future and dispatches all method calls to either First or Second.

EitherFuture2
EitherListenStream

Implements Stream and dispatches all method calls to either First or Second.

EitherName
EitherOutbound
EitherOutput

Implements AsyncRead and AsyncWrite and dispatches all method calls to either First or Second.

EitherTransport