[][src]Trait openapi_utils::IntegerTypeExt

pub trait IntegerTypeExt {
    fn limits(&self) -> Range<i64>;
}

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.

Loading content...

Implementations on Foreign Types

impl IntegerTypeExt for IntegerType[src]

Loading content...

Implementors

Loading content...