pub trait ToPath { // Required method fn to_path(&self) -> &Arc<Path>; }
May be slightly costly on first run but then cached in those cases