Skip to main content

OpArgType

Trait OpArgType 

Source
pub trait OpArgType:
    Copy
    + Into<u32>
    + TryFrom<u32> { }

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

Implementors§