pub trait FlowBoxExtManual:
IsA<FlowBox>
+ Sealed
+ 'static {
// Provided method
fn unbind_model(&self) { ... }
}Provided Methods§
fn unbind_model(&self)
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".