Enum udgraph_projectivize::GraphError [−][src]
#[non_exhaustive] pub enum GraphError { IncompleteGraph { value: String, }, }
Expand description
Graph errors.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
The graph is missing relevant information.
Show fields
Fields of IncompleteGraph
value: String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GraphError
impl Send for GraphError
impl Sync for GraphError
impl Unpin for GraphError
impl UnwindSafe for GraphError