Trait litrs::FromIntegerLiteral[][src]

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.

Implementations on Foreign Types

Implementors