Type Definition toks::Toks [] [src]

type Toks<'s> = Vec<&'s mut Tok>;

Toks convenience type alias to Vec of Tok's.