Skip to main content

RelativeOwned

Type Alias RelativeOwned 

Source
pub type RelativeOwned = Relative<'static>;
Expand description

An owned version of Relative with a 'static lifetime.

Aliased Typeยง

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