pub type Captures<'r> = Option<SmallVec<[&'r str; 4]>>;
pub enum Captures<'r> { None, Some(SmallVec<[&'r str; 4]>), }
No value.
Some value of type T.
T