pub trait IntoPath { type IntoPath; // Required method fn into_path(self) -> Self::IntoPath; }
For converting a PathBuilder into the Path inside it.
Get the Path inside the PathBuilder.