http_type/option_u32/
type.rs

1/// A type alias for `Option<u32>`.
2pub type OptionU32 = Option<u32>;