Skip to main content

within

Function within 

Source
fn within<'a>(dir: &str, key: &'a str) -> Option<&'a str>
Expand description

The name dir holds key under, or None where key is not in it. The root holds everything with no separator left in it.