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