Functionsยง
- visit_
fragment - A utility for visiting the [
NodeBody
] of the [StreamNode
]s in a [StreamFragment
] recursively. - visit_
fragment_ mut - A utility for visiting and mutating the [
NodeBody
] of the [StreamNode
]s in a [StreamFragment
] recursively. - visit_
internal_ tables - Visit the internal tables of a [
StreamFragment
]. - visit_
stream_ node - A utility for visiting the [
NodeBody
] of the [StreamNode
]s recursively. - visit_
stream_ node_ cont - A utility for to accessing the [
StreamNode
] immutably. The returned bool is used to determine whether the access needs to continue. - visit_
stream_ node_ cont_ mut - A utility for to accessing the [
StreamNode
] mutably. The returned bool is used to determine whether the access needs to continue. - visit_
stream_ node_ internal_ tables - visit_
stream_ node_ mut - A utility for visiting and mutating the [
NodeBody
] of the [StreamNode
]s recursively. - visit_
stream_ node_ tables - visit_
stream_ node_ tables_ inner - Visit the tables of a [
StreamNode
]. - visit_
tables - Visit the tables of a [
StreamFragment
].