Enum wasmedge_types::NeverType
source · pub enum NeverType {}
Expand description
This is a workaround solution to the never
type in Rust. It will be replaced by !
once it is stable.
Trait Implementations§
impl Send for NeverType
impl Sync for NeverType
Auto Trait Implementations§
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