Trait StoredInteropValue

Source
pub trait StoredInteropValue{
    const TY: ValType;
}
Expand description

A stored variant of InteropValue

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl StoredInteropValue for f32

Source§

impl StoredInteropValue for f64

Source§

impl StoredInteropValue for i32

Source§

impl StoredInteropValue for i64

Source§

impl StoredInteropValue for u32

Source§

impl StoredInteropValue for u64

Source§

impl StoredInteropValue for [u8; 16]

Source§

const TY: ValType = ValType::VecType

Implementors§