[][src]Type Definition concatsql::Result

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

A typedef of the result returned by many methods.