Type Alias wasmedge_sdk::NeverType

source ·
pub type NeverType = NeverType;
Expand description

This is a workaround solution to the never type in Rust. It will be replaced by ! once it is stable.

Aliased Type§

enum NeverType {}

Variants§