wasmedge_sdk

Type Alias 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§