Type Definition sfo_http::surf::Result

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

A specialized Result type for Surf.