ToAbsoluteString

Trait ToAbsoluteString 

Source
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§

Source

fn to_absolute_string(&self) -> String

Return a string representation of the absolute path

Implementors§