pub struct HaltExecutionError;Expand description
A marker error for host functions to return, in case they want execution to be halted.
Auto Trait Implementations§
impl Freeze for HaltExecutionError
impl RefUnwindSafe for HaltExecutionError
impl Send for HaltExecutionError
impl Sync for HaltExecutionError
impl Unpin for HaltExecutionError
impl UnwindSafe for HaltExecutionError
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