Skip to main content

InstanceProxyInterface

Trait InstanceProxyInterface 

Source
pub trait InstanceProxyInterface: Send + Sync {
    // Required method
    fn add_line(&self, line: &[Point; 2]) -> Result<(), Error>;
}

Required Methods§

Source

fn add_line(&self, line: &[Point; 2]) -> Result<(), Error>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§