Trait AsValue

Source
pub trait AsValue {
    // Required method
    fn asvalue(&self) -> UnionValue;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl AsValue for bool

Source§

impl AsValue for f32

Source§

impl AsValue for i16

Source§

impl AsValue for i32

Source§

impl AsValue for u8

Source§

impl AsValue for u16

Source§

impl AsValue for u32

Implementors§