http_type/option_i128/
type.rs

1/// A type alias for `Option<i128>`.
2pub type OptionI128 = Option<i128>;