Export ValueIntoExpression

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

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

@ -9,7 +9,7 @@ pub trait IntoExpression {
fn into_expression(self) -> Expression; fn into_expression(self) -> Expression;
} }
trait ValueIntoExpression { pub trait ValueIntoExpression {
fn into_expression(self) -> Expression; fn into_expression(self) -> Expression;
fn into_expr(self) -> Expr; fn into_expr(self) -> Expr;
} }

Loading…
Cancel
Save