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