pub enum IterError {
InsufficientStateDepth,
InsufficientTopicLength,
}Expand description
Errors that occur during iteration over topic paths.
Variants
InsufficientStateDepth
The provided state vector is not long enough.
InsufficientTopicLength
The provided topic length is not long enough.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IterError
impl Send for IterError
impl Sync for IterError
impl Unpin for IterError
impl UnwindSafe for IterError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more