Skip to main content

next

Function next 

Source
pub fn next<'a>(path: &'a str, base: Option<&str>) -> Option<&'a str>
Expand description

Extracts the next path segment with a given base.

ยงArguments

  • path - The path to extract the key from
  • base - The optional base path to match against