Display as text
This commit is contained in:
parent
2b51bcff01
commit
80c9d47399
3 changed files with 61 additions and 1 deletions
|
|
@ -53,4 +53,7 @@ impl Formula {
|
|||
self.display_recursion(indent_level + 1, next_nodes);
|
||||
}
|
||||
}
|
||||
pub fn as_text(&self) -> String {
|
||||
self.tree.as_text()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue