[][src]Trait openapi_utils::ServerExt

pub trait ServerExt {
    fn base_path(&self) -> String;
}

Extension methods for Server

Required methods

fn base_path(&self) -> String

Returns the base_path of the server ensuring the string does not end on /

Loading content...

Implementations on Foreign Types

impl ServerExt for Server[src]

fn base_path(&self) -> String[src]

Returns a string with the base path for the Server It guarantees it does not end on /

Loading content...

Implementors

Loading content...