pub fn reify_node<N>(node_data: &NodeData) -> Result<N, ReifyNodeError>where
N: DeserializeOwned,Expand description
Reify one typed node: rebuild the tagged map and run node-set serde.
pub fn reify_node<N>(node_data: &NodeData) -> Result<N, ReifyNodeError>where
N: DeserializeOwned,Reify one typed node: rebuild the tagged map and run node-set serde.