Type Definition usher::capture::Capture

source · []
pub type Capture<'a> = (&'a str, (usize, usize));
Expand description

Basic type alias for a captured value pair.