Type Definition attohttpc::Result

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

Wrapper for the Result type with an Error.