Type Definition sfo_http::http_util::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Result type used by this crate.

Note: Since 0.9.0 the old JsonResult type is deprecated. Always use json::Result instead.