Struct url::format::PathFormatter [] [src]

pub struct PathFormatter<'a, T: 'a> {
    pub path: &'a [T],
}

Formatter and serializer for URL path data.

Fields

path: &'a [T]

The path as a slice of string-like objects (String or &str).

Trait Implementations

impl<'a, T: Display> Display for PathFormatter<'a, T>
[src]

fn fmt(&self, formatter: &mut Formatter) -> Result

Formats the value using the given formatter.