Struct kitab::error::ParseError
source · [−]pub struct ParseError {
pub detail: String,
}
Expand description
Used for any parsing error for any supported format.
Fields
detail: String
Implementations
sourceimpl ParseError
impl ParseError
pub fn new(s: &str) -> ParseError
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more