Type Definition ethers_contract::stream::SelectEither

source ·
pub type SelectEither<'a, L, R> = Pin<Box<dyn Stream<Item = Either<L, R>> + 'a>>;