std::old_path::posix::StrComponentsUnstable [-] [+] [src]

type StrComponents<'a> = Map<Components<'a>, fn(&[u8]) -> Option<&str>>;

Iterator that yields successive components of a Path as Option<&str>