pub fn decompose(path: &Utf8Path) -> Option<(&Utf8Path, &str)>
Decomposes path into parent and filename. Returns None if path doesn’t have parent (it’s the root).
path
None