pub trait ToWord { fn to_word(&self) -> Word; }
Trait used to convert a type to a Word.
Word
Convert the type to a Word.