trust-store  0.0.1
Provides a common implementation of a trust store to be used by trusted helpers.
core::trust::Store::Query::Errors::NoCurrentResult Struct Reference

Thrown when trying to access the current result although the query status is not has_more_results. More...

#include <store.h>

+ Inheritance diagram for core::trust::Store::Query::Errors::NoCurrentResult:
+ Collaboration diagram for core::trust::Store::Query::Errors::NoCurrentResult:

Public Member Functions

 NoCurrentResult ()
 

Detailed Description

Thrown when trying to access the current result although the query status is not has_more_results.

Definition at line 107 of file store.h.

Constructor & Destructor Documentation

core::trust::Store::Query::Errors::NoCurrentResult::NoCurrentResult ( )
inline

Definition at line 109 of file store.h.


The documentation for this struct was generated from the following file: