fn deserialize_tree<'de, D>(deserializer: D) -> Result<FolTreeNode, D::Error>
where D: Deserializer<'de>,
Expand description

(internal) Deserialize field tree of FirstOrderFormula from the serialized string.