Struct wiggle::wasmtime_crate::MemoryAccessError [−][src]
#[non_exhaustive]pub struct MemoryAccessError { /* fields omitted */ }
Expand description
Error for out of bounds Memory
access.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MemoryAccessError
impl Send for MemoryAccessError
impl Sync for MemoryAccessError
impl Unpin for MemoryAccessError
impl UnwindSafe for MemoryAccessError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more