Struct cairo_lang_syntax::node::NodeTextFormatter
source · pub struct NodeTextFormatter<'a> {
pub node: &'a SyntaxNode,
pub db: &'a dyn SyntaxGroup,
}
Expand description
Wrapper for formatting the text of syntax nodes.
Fields§
§node: &'a SyntaxNode
The node to format.
db: &'a dyn SyntaxGroup
The syntax db.