[−][src]Trait openapi_utils::IntegerTypeExt
Extends the IntergerType with convenience methods
Required methods
fn limits(&self) -> Range<i64>
Returns the minimum and maximum information as a Range of i64 If there is no minimum or maximum, the minimum i64 or maximum i64 values are used.