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).