pub trait ToLiveValue {
    // Required method
    fn to_live_value(&self) -> LiveValue;
}

Required Methods§

Implementations on Foreign Types§

§

impl ToLiveValue for i64

§

impl ToLiveValue for i32

§

impl ToLiveValue for f32

§

impl ToLiveValue for String

§

impl ToLiveValue for u32

§

impl ToLiveValue for usize

§

impl ToLiveValue for f64

§

impl ToLiveValue for &str

§

impl ToLiveValue for bool

Implementors§