[][src]Trait garnish_lang_common::CopyValue

pub trait CopyValue {
    fn copy_value(&mut self, value: &ExpressionValue) -> Result<()>;
}

Required methods

fn copy_value(&mut self, value: &ExpressionValue) -> Result<()>

Loading content...

Implementors

impl<T> CopyValue for T where
    T: ExpressionValueConsumer
[src]

Loading content...