[src]

std::path::posix::StrComponents

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

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