Crate json_result

Crate json_result 

Source

Re-exports§

pub use serde;
pub use serde_json;

Enums§

JsonResult
A generic enum representing a JSON result that can either be a success (Ok) with a value of type T or an error (Err) with a value of type E.