pub trait CodeViewSetWidgetSetExt {
// Required methods
fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet;
fn as_code_view_set(&self) -> CodeViewSet;
}Required Methods§
fn code_view_set(&self, paths: &[&[LiveId]]) -> CodeViewSet
fn as_code_view_set(&self) -> CodeViewSet
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".