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 */ }
pub type TrigramIter<'a> = SubstrIter<'a, 3>;
An iterator for only 3 characters. This is just an alias to SubstrIter.
pub struct TrigramIter<'a> { /* private fields */ }