Home
last modified time | relevance | path

Searched defs:TransitionsRow (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/regex/src/
Ddfa.rs1772 struct TransitionsRow<'a>(&'a [StatePtr]); struct
1774 impl<'a> fmt::Debug for TransitionsRow<'a> { implementation