Skip to main content

IPrefetchedCurve

Trait IPrefetchedCurve 

Source
pub trait IPrefetchedCurve: IScriptableObject {
    // Provided methods
    fn right_hand(self) -> TrailTrack { ... }
    fn set_right_hand(self, value: TrailTrack) { ... }
    fn left_hand(self) -> TrailTrack { ... }
    fn set_left_hand(self, value: TrailTrack) { ... }
}

Provided Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§