logo
pub trait AsForeignNonCanonicalInterface<T> where
    T: Copy,
    Self: Copy
{ fn clone_as_foreign(&self) -> T; }
Expand description

Trait to interpret non-canonical math data structures of other math libs as their analogs a math lib of choice to use operations of the library..

Required Methods

Clone this data structure as analog of a math lib of choice to use its operations.

Implementors