Skip to main content

PathRelativeOwned

Type Alias PathRelativeOwned 

Source
pub type PathRelativeOwned = PathRelative<'static>;
Expand description

An owned version of PathRelative with a 'static lifetime.

Aliased Typeยง

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