Bugfix #2633 - export surrealdb::sql::With (#2634)

This commit is contained in:
Finn Bear 2023-09-05 22:21:33 -07:00 committed by GitHub
parent 59718fc665
commit 0a0755c5a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -146,5 +146,6 @@ pub use self::value::Value;
pub use self::value::Values;
pub use self::version::Version;
pub use self::view::View;
pub use self::with::With;
pub use self::value::serde::to_value;