Type Definition reql::Result[][src]

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

The result of any command that can potentially return an error