Expose RustyIntoValue trait

pull/3/head
trivernis 2 years ago
parent 42bcf488c6
commit 9932f1e8ac
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -1,6 +1,6 @@
[package]
name = "embed-nu"
version = "0.3.1"
version = "0.3.2"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/Trivernis/embed-nu"

@ -21,7 +21,7 @@ impl IntoValue for RawValue {
}
/// Helper trait to avoid conflicts
pub(crate) trait RustyIntoValue {
pub trait RustyIntoValue {
fn into_value(self) -> Value;
}

Loading…
Cancel
Save