pub trait BoxImpl: WidgetImpl + ObjectSubclass<Type: IsA<Box>> { }Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait BoxImpl: WidgetImpl + ObjectSubclass<Type: IsA<Box>> { }This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".