Module libp2p_swarm::handler::either
source · Enums
- Auxiliary type to allow implementing
IntoConnectionHandler
. AsIntoConnectionHandler
is already implemented for T, we cannot implement it for Either<A, B>.
IntoConnectionHandler
. As IntoConnectionHandler
is
already implemented for T, we cannot implement it for Either<A, B>.