The documentation reports that `#![feature(generators, generator_trait, try_trait)]` is required. In recent Rust releases, try_trait has been removed, and try_trait_v2 has been added.
The documentation reports that
#![feature(generators, generator_trait, try_trait)]is required.In recent Rust releases, try_trait has been removed, and try_trait_v2 has been added.