pub enum LibxdcMemoryReaderError {
NotIncluded(u64),
}Available on crate feature
libxdc_memory_reader only.Expand description
Error type for LibxdcMemoryReader in the
implementation of ReadMemory
Variants§
Trait Implementations§
Source§impl Debug for LibxdcMemoryReaderError
impl Debug for LibxdcMemoryReaderError
Source§impl Display for LibxdcMemoryReaderError
impl Display for LibxdcMemoryReaderError
Source§impl Error for LibxdcMemoryReaderError
impl Error for LibxdcMemoryReaderError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for LibxdcMemoryReaderError
impl RefUnwindSafe for LibxdcMemoryReaderError
impl Send for LibxdcMemoryReaderError
impl Sync for LibxdcMemoryReaderError
impl Unpin for LibxdcMemoryReaderError
impl UnwindSafe for LibxdcMemoryReaderError
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