[][src]Type Definition attohttpc::Result

type Result<T = ()> = Result<T, Error>;

Wrapper for the Result type with an Error.