Type Definition reql::Result [] [src]

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

The result of any ReQL command that can potentially return an error