Type Definition usher::capture::Captures

source · []
pub type Captures<'a> = Vec<Capture<'a>>;
Expand description

Alias type for a set of multiple Capture values.