Type Definition ct_tracker_lib::errors::JsonResult[][src]

type JsonResult<T> = Result<T, Error>;

Alias for a Result with the error type serde_json::Error.