Trait digit_layout::AsDigit
source · pub trait AsDigit {
const LAYOUT: DigitLayout;
}
Expand description
A trait for types that can be represented as a digit data type.
Required Associated Constants§
sourceconst LAYOUT: DigitLayout
const LAYOUT: DigitLayout
The layout of the digit data type.
Object Safety§
This trait is not object safe.