x_path/path/
rel_dir_path.rs

1use crate::inner::PathInner;
2
3pub struct RelDirPath(PathInner);