Type Definition advtools::input::TokIter

source ·
pub type TokIter<'t> = dyn Iterator<Item = &'t str> + 't;