Type Definition cargo_edit::Result[]

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

Convenient wrapper around std::Result.