Enum fork_tree::Error [−][src]
pub enum Error<E> { Duplicate, UnfinalizedAncestor, Revert, Client(E), }
Error occurred when iterating with the tree.
Variants
Adding duplicate node to tree.
Finalizing descendent of tree node without finalizing ancestor(s).
Imported or finalized node that is an ancestor of previously finalized node.
Error throw by client when checking for node ancestry.
Trait Implementations
impl<E> StructuralPartialEq for Error<E>
[src]
Auto Trait Implementations
impl<E> RefUnwindSafe for Error<E> where
E: RefUnwindSafe,
E: RefUnwindSafe,
impl<E> Send for Error<E> where
E: Send,
E: Send,
impl<E> Sync for Error<E> where
E: Sync,
E: Sync,
impl<E> Unpin for Error<E> where
E: Unpin,
E: Unpin,
impl<E> UnwindSafe for Error<E> where
E: UnwindSafe,
E: UnwindSafe,