http_type/option_i32/
type.rs

1/// A type alias for `Option<i32>`.
2pub type OptionI32 = Option<i32>;