Trait Word

Source
pub trait Word:
    UnsignedInt
    + ToBytes
    + FromBytes
    + FiniteRangeNumber { }
Expand description

This is a trait alias for all the properties that we need words of memory read and wrote by either a WordRead or WordWrite, respectively.

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§