Add a new trait to help return detailed JSON error message

This commit is contained in:
2022-09-20 14:06:34 +00:00
committed by GitHub
parent cbcd319aaf
commit bee6f4e4ba
6 changed files with 73 additions and 18 deletions

1
Cargo.lock generated
View File

@@ -1371,6 +1371,7 @@ dependencies = [
"anyhow",
"async-trait",
"atty",
"base64",
"bindgen",
"bytes",
"c_fixed_string",