pub trait ToRouteSegments {
// Required method
fn display_route_segments(&self, f: &mut Formatter<'_>) -> Result;
}Required Methods§
Sourcefn display_route_segments(&self, f: &mut Formatter<'_>) -> Result
fn display_route_segments(&self, f: &mut Formatter<'_>) -> Result
Display the route segments with each route segment separated by a /. This should not start with a /.