[][src]Type Definition libhoney::Result

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

Result shorthand for a std::result::Result wrapping our own Error