PathOwned

Type Alias PathOwned 

Source
pub type PathOwned = Path<'static>;
Expand description

An owned version of Path with a 'static lifetime.

Aliased Typeยง

pub struct PathOwned(/* private fields */);