[][src]Type Definition crate_index::Result

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

The result type for fallible functions in this library