Trait swagger::composites::GetPath [] [src]

pub trait GetPath {
    fn path(&self) -> &str;
}

Trait for getting the path of a request. Must be implemented on the Request associated type for NewServices being combined in a CompositeNewService.

Required Methods

Retrieve the path

Implementations on Foreign Types

impl GetPath for Request
[src]

[src]

impl<C> GetPath for (Request, C)
[src]

[src]

Implementors