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.