[src]

std::path::posix::RevStrComponents

type RevStrComponents<'a> = Map<'a, &'a [u8], Option<&'a str>, RevComponents<'a>>;

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