Skip to main content

DualNumCopy

Trait DualNumCopy 

Source
pub trait DualNumCopy:
    DualNum
    + Copy
    + Send
    + Sync { }
Expand description

A generalized (hyper) dual number that has a static size.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§