Type Definition regex::re_trait::Slot[][src]

type Slot = Option<usize>;

Slot is a single saved capture location. Note that there are two slots for every capture in a regular expression (one slot each for the start and end of the capture).