Thanks to visit codestin.com
Credit goes to docs.rs

MomentsComputable

Trait MomentsComputable 

Source
pub trait MomentsComputable: HasAfEnum { }
Expand description

Trait qualifier for given type indicating computability of Moments

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 MomentsComputable for f32

Source§

impl MomentsComputable for f64

Source§

impl MomentsComputable for i16

Source§

impl MomentsComputable for i32

Source§

impl MomentsComputable for u8

Source§

impl MomentsComputable for u16

Source§

impl MomentsComputable for u32

Implementors§