Type Definition graph_types::GraphResult
source · pub type GraphResult<T = ()> = Result<T, GraphError>;
Expand description
The result type alias of a graph operation, see GraphError
& GraphErrorKind
for more.
Examples
use graph_theory::GraphResult;