Type Definition toks::Toks

source ·
pub type Toks<'s> = Vec<&'s mut dyn Tok>;
Expand description

Toks convenience type alias to Vec of Tok’s.