Trait embed_nu::RustyIntoValue
source · pub trait RustyIntoValue {
// Required method
fn into_value(self) -> Value;
}
Expand description
Helper trait to avoid conflicts
pub trait RustyIntoValue {
// Required method
fn into_value(self) -> Value;
}
Helper trait to avoid conflicts