Skip to main content

AdaptiveViewWidgetRefExt

Trait AdaptiveViewWidgetRefExt 

Source
pub trait AdaptiveViewWidgetRefExt {
    // Required methods
    fn adaptive_view(&self, path: &[LiveId]) -> AdaptiveViewRef;
    fn as_adaptive_view(&self) -> AdaptiveViewRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§