Valued

Trait Valued 

Source
pub trait Valued<T> {
    // Required method
    fn to_i32(&self, ctx: &mut T) -> i32;
}

Required Methods§

Source

fn to_i32(&self, ctx: &mut T) -> i32

Implementations on Foreign Types§

Source§

impl<T: Context> Valued<T> for &Box<Value>

Source§

fn to_i32(&self, ctx: &mut T) -> i32

Implementors§

Source§

impl<T: Context> Valued<T> for Value