Type Definition sqlar::Result[][src]

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

A typedef of the result returned by many methods.