Trait embed_nu::IntoValue

source ·
pub trait IntoValue {
    // Required method
    fn into_value(self) -> Value;
}
Expand description

Converts the given type into a value This trait is implemented for all types that Implement the RustyValue trait

Required Methods§

Implementors§