Type Definition reql::Result[][src]

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

Custom result returned by various ReQL commands