Skip to main content

Word

Trait Word 

Source
pub trait Word:
    PrimitiveUnsigned
    + ConstZero
    + ConstOne { }
Expand description

A convenience trait bundling the bounds required for word types used as backends for estimators.

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.

Implementors§