Type Definition ajars_surf::surf::Result

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

A specialized Result type for Surf.