[][src]Type Definition docql::Result

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

Alias for a Result with the error type docql::Error.