[][src]Trait openapi_utils::ParameterDataExt

pub trait ParameterDataExt {
    fn get_type(&self) -> &Type;
fn is_type_defined(&self) -> bool; }

Extension methods for ParameterData

Required methods

fn get_type(&self) -> &Type

Returns the type of the schema for this parameter, see schema documentation

fn is_type_defined(&self) -> bool

Returns true if the schema has a type defined. See schema for documentation.

Loading content...

Implementations on Foreign Types

impl ParameterDataExt for ParameterData[src]

Loading content...

Implementors

Loading content...