MCPcopy Create free account
hub / github.com/andreiverse/gorilla / TokenIter

Class TokenIter

src/pattern.rs:155–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155pub struct TokenIter {
156 pub toks: Vec<Token>,
157 pub ranges: Vec<u128>,
158 indices: Vec<usize>,
159 preallocated_string: String,
160 pub current_index: u128,
161 pub end_index: u128,
162}
163
164impl Display for TokenIter {
165 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected