[][src]Trait wasmer_interface_types_fl::values::NativeType

pub trait NativeType {
    const INTERFACE_TYPE: InterfaceType;
}

Represents a native type supported by WIT.

Associated Constants

const INTERFACE_TYPE: InterfaceType

The associated interface type that maps to the native type.

Loading content...

Implementations on Foreign Types

impl NativeType for i8[src]

impl NativeType for i16[src]

impl NativeType for i32[src]

impl NativeType for i64[src]

impl NativeType for u8[src]

impl NativeType for u16[src]

impl NativeType for u32[src]

impl NativeType for u64[src]

impl NativeType for f32[src]

impl NativeType for f64[src]

impl NativeType for String[src]

Loading content...

Implementors

Loading content...