pub fn lookup_capture<'a, 'p>(path: &'p str, capt: Capture<'a>) -> &'p str
Expand description

Retrieves a captured value from a path.

This function will panic if the bounds provided are invalid for the provided path, although this should never happen in reality unless you’re mocking captures.