pub struct StaggerIndexError {
pub str_found: String,
}Expand description
An error arising from trying to parse an StaggerIndex that is not valid.
Fields§
§str_found: StringThe invalid string found.
Trait Implementations§
Source§impl Debug for StaggerIndexError
impl Debug for StaggerIndexError
Auto Trait Implementations§
impl Freeze for StaggerIndexError
impl RefUnwindSafe for StaggerIndexError
impl Send for StaggerIndexError
impl Sync for StaggerIndexError
impl Unpin for StaggerIndexError
impl UnwindSafe for StaggerIndexError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more