pub type GResultTermSet<G> = GResult<G, HashSet<GTerm<G>>>;
Expand description

Type alias for fallible hashsets of terms produced by a graph.