Closed lucanLepus closed 5 years ago
the new dyn syntax for trait-objects is available since rust 1.27 rust-nightly has started warning that the old syntax is deprecated.
dyn
https://doc.rust-lang.org/edition-guide/rust-2018/trait-system/dyn-trait-for-trait-objects.html
the new
dyn
syntax for trait-objects is available since rust 1.27 rust-nightly has started warning that the old syntax is deprecated.https://doc.rust-lang.org/edition-guide/rust-2018/trait-system/dyn-trait-for-trait-objects.html