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