[][src]Type Definition usher::capture::Capture

type Capture<'a> = (&'a str, (usize, usize));

Basic type alias for a captured value pair.