You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, some nodes didn't produce labels, so Edge::label was Option<>. This is no longer the case.
Making this a required property for all edges (replacing the Option) makes it much easier to handle/match in client code.