pub trait ToAbsoluteString {
    // Required method
    fn to_absolute_string(&self) -> String;
}Expand description
Trait for augmenting path value functionality with absolute path string conversion
Required Methods§
Sourcefn to_absolute_string(&self) -> String
 
fn to_absolute_string(&self) -> String
Return a string representation of the absolute path