pub trait AdaptiveViewWidgetExt {
// Required method
fn adaptive_view(&self, path: &[LiveId]) -> AdaptiveViewRef;
}Required Methods§
fn adaptive_view(&self, path: &[LiveId]) -> AdaptiveViewRef
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".