std::path::posix::StrComponentsExperimental [-]  [+] [src]

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

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