Enumsยง
- Implements
Future
and dispatches all method calls to eitherFirst
orSecond
. - Implements
Stream
and dispatches all method calls to eitherFirst
orSecond
. - Implements
AsyncRead
andAsyncWrite
and dispatches all method calls to eitherFirst
orSecond
.