[]Type Definition hashcash::Result

type Result<T, E = HcError> = Result<T, E>;