DirectedType

Trait DirectedType 

Source
pub trait DirectedType: Sealed { }
Expand description

A trait to distinguish between directed and undirected graphs.

This trait is sealed and can only be implemented by the Directed and Undirected types provided in this module.

Implementors§