[][src]Type Definition npm_package_json::Result

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

The result type of this crate.