Skip to main content

IActionGranBase

Trait IActionGranBase 

Source
pub trait IActionGranBase: IActionDisposerHolder {
    // Provided methods
    fn warped_goal(self) -> FXZ { ... }
    fn set_warped_goal(self, value: FXZ) { ... }
}

Provided Methods§

Source

fn warped_goal(self) -> FXZ

Source

fn set_warped_goal(self, value: FXZ)

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§