[][src]Trait openapi_utils::IntegerTypeExt

pub trait IntegerTypeExt {
    fn min_max(&self) -> (i64, i64);
}

Extends the IntegerType with convenience methods

Required methods

fn min_max(&self) -> (i64, i64)

Returns the minimum and maximum information as a tuple 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...