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

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