http_type/json/
type.rs

1use crate::*;
2
3pub type ResultJsonError<T> = Result<T, JsonError>;