pub trait AsNumber { // Required method fn as_number(&self) -> u32; }
Trait for converting types to numeric codes.
Returns the numeric code.