pub type PathOwned = Path<'static>;
An owned version of Path with a 'static lifetime.
Path
'static
pub struct PathOwned(/* private fields */);