Cast DataValues to and from native types

Also, returns a `Result` in the `RunCommand::run` helper.
This commit is contained in:
Andrew Brown
2020-04-21 11:53:50 -07:00
parent cbf7cbfa39
commit b4238229c2
6 changed files with 91 additions and 26 deletions

1
Cargo.lock generated
View File

@@ -474,6 +474,7 @@ version = "0.63.0"
dependencies = [
"cranelift-codegen",
"target-lexicon",
"thiserror",
]
[[package]]