Searched refs:TransitionsRow (Results 1 – 1 of 1) sorted by relevance
1772 fmtd.entry(&si.to_string(), &TransitionsRow(&self.table[s..e])); in fmt()1778 struct TransitionsRow<'a>(&'a [StatePtr]); struct1780 impl<'a> fmt::Debug for TransitionsRow<'a> { implementation