pub trait UintTryTo<T>: Sized { }
Expand description
⚠️ Workaround for Rust issue #50133.
Use TryFrom
instead.
Object Safety§
This trait is not object safe.
pub trait UintTryTo<T>: Sized { }
⚠️ Workaround for Rust issue #50133.
Use TryFrom
instead.