Struct petgraph::csr::EdgesNotSorted [−][src]
pub struct EdgesNotSorted { /* fields omitted */ }
Expand description
Csr creation error: edges were not in sorted order.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EdgesNotSorted
impl Send for EdgesNotSorted
impl Sync for EdgesNotSorted
impl Unpin for EdgesNotSorted
impl UnwindSafe for EdgesNotSorted
Blanket Implementations
Mutably borrows from an owned value. Read more