summaryrefslogtreecommitdiffstats
path: root/src/path_anchor.rs
blob: 66e33a3af71c613fa1957e089db22e3e4da80591 (plain)
1
2
3
4
5
6
7
8
9
#[derive(Debug, Clone, Copy)]
pub enum PathAnchor {
    Unspecified,
    Parent,
    Directory,
}