Skip to main content

ToLiveValue

Trait ToLiveValue 

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

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl ToLiveValue for &str

Source§

impl ToLiveValue for bool

Source§

impl ToLiveValue for f32

Source§

impl ToLiveValue for f64

Source§

impl ToLiveValue for i32

Source§

impl ToLiveValue for i64

Source§

impl ToLiveValue for u32

Source§

impl ToLiveValue for u64

Source§

impl ToLiveValue for usize

Implementors§