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.

Object Safety§

This trait is not object safe.

Implementors§