Rust v1.26 introduced impl Trait which avoid the heap allocation with Box and makes the code a bit more ergonomic. For more see https://blog.rust-lang.org/2018/05/10/Rust-1.26.html
Rust v1.26 introduced impl Trait which avoid the heap allocation with Box and makes the code a bit more ergonomic. For more see https://blog.rust-lang.org/2018/05/10/Rust-1.26.html