pub trait PathPart {
// Required method
fn get_path_string(&self) -> String;
}
Expand description
Item that can be part of PathParts
Required Methods§
Sourcefn get_path_string(&self) -> String
fn get_path_string(&self) -> String
string value to replace placeholder with