You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off, this isn't a GL problem, it's a Rust problem. But for an explanation: when using a trait, they actually don't have a known size at compile time, so you use the dyn keyword allows Rust to say "okay okay, I'll trust you on this one," in which FnMut most likely is or implements a trait.
compiled with
forbid(rust_2018_idioms)
The text was updated successfully, but these errors were encountered: