pub trait FromIntegerLiteral: Sealed + Copy { }
Expand description
Integer literal types. Implementation detail.
Implemented for all integer literal types. This trait is sealed and cannot be implemented outside of this crate. The trait’s methods are implementation detail of this library and are not subject to semver.
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.