std::path::windows::Components[src]

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

Iterator that yields successive components of a Path as &[u8]