Skip to main content

Word

Trait Word 

Source
pub trait Word: Sealed { }
Expand description

A marker trait for supported “word” types.

This is implemented for: u32, u64.

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 Word for u32

Source§

impl Word for u64

Implementors§