Type Alias TrigramIter

Source
pub type TrigramIter<'a> = SubstrIter<'a, 3>;
Expand description

An iterator for only 3 characters. This is just an alias to SubstrIter.

Aliased Typeยง

pub struct TrigramIter<'a> { /* private fields */ }