Skip to main content

StateCode

Type Alias StateCode 

Source
pub type StateCode = u8;
Expand description

The numeric type used for the state code fragment; u8

Trait Implementations§

Source§

impl From<USState> for StateCode

Source§

fn from(value: USState) -> Self

Converts to this type from the input type.