Module libp2p::core::either[][src]

Enums

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

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

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