Error code E0224
A trait object was declared with no traits.
Erroneous code example:
ⓘ
Rust does not currently support this.
To solve, ensure that the trait object has at least one trait:
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
A trait object was declared with no traits.
Erroneous code example:
ⓘ
Rust does not currently support this.
To solve, ensure that the trait object has at least one trait: