Trait ServerExt

Source
pub trait ServerExt {
    // Required method
    fn base_path(&self) -> String;
}
Expand description

Extension methods for Server

Required Methods§

Source

fn base_path(&self) -> String

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

Implementations on Foreign Types§

Source§

impl ServerExt for Server

Source§

fn base_path(&self) -> String

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

Implementors§