std::path::posix::StrComponents[src]
type StrComponents<'a> = Map<'a, &'a [u8], Option<&'a str>, Components<'a>>;
Iterator that yields successive components of a Path as Option<&str>
type StrComponents<'a> = Map<'a, &'a [u8], Option<&'a str>, Components<'a>>;
Iterator that yields successive components of a Path as Option<&str>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).