MosParam

Trait MosParam 

Source
pub trait MosParam: Num {
    type Sharpness: NumCast<Self>;
    type TotalSteps: NumCast<Self>;
}

Required Associated Types§

Source

type Sharpness: NumCast<Self>

Source

type TotalSteps: NumCast<Self>

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 MosParam for f64

Source§

impl MosParam for u16

Implementors§