[][src]Type Definition co2mon::Result

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

Result type for the fallible functions.