Re-exports§
pub use serde;pub use serde_json;
Enums§
- Json
Result - A generic enum representing a JSON result that can either be a success (
Ok) with a value of typeTor an error (Err) with a value of typeE.
pub use serde;pub use serde_json;Ok) with a value of type T
or an error (Err) with a value of type E.