Expand description
Error type for rust-igraph.
Mirrors the most-used variants of igraph_error_t from the C core, with room to grow.
Numeric error codes from include/igraph_error.h are kept as a separate enum so
existing igraph-C tests can be reproduced precisely.
Enums§
- Igraph
Error - All errors returned from rust-igraph.
Type Aliases§
- Igraph
Result - Convenience alias for
Result<T, IgraphError>.