Trait EdgeComputable

Source
pub trait EdgeComputable: HasAfEnum { }
Expand description

Trait qualifier for given type indicating if edge calculations such as derivates etc. can be performed

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.

Implementations on Foreign Types§

Source§

impl EdgeComputable for f32

Source§

impl EdgeComputable for f64

Source§

impl EdgeComputable for i16

Source§

impl EdgeComputable for i32

Source§

impl EdgeComputable for u8

Source§

impl EdgeComputable for u16

Source§

impl EdgeComputable for u32

Implementors§