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