Struct url::format::PathFormatter
[-]
[+]
[src]
pub struct PathFormatter<'a, T: 'a> { pub path: &'a [T], }
Formatter and serializer for URL path data.
Fields
path | The path as a slice of string-like objects (String or &str). |