Skip to main content

VectorLineWidgetRefExt

Trait VectorLineWidgetRefExt 

Source
pub trait VectorLineWidgetRefExt {
    // Required methods
    fn vector_line(&self, path: &[LiveId]) -> VectorLineRef;
    fn as_vector_line(&self) -> VectorLineRef;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§