dutchmartin / sprattus

An async ORM for Postgres
Apache License 2.0
19 stars 2 forks source link

Namespace macro output #7

Open dutchmartin opened 4 years ago

dutchmartin commented 4 years ago

Instead of only writing Result<Self, Error>, write Result<Self, Sprattus::Error> In this way, we overcome the problem of ambiguous naming, since other crates also have error types.