Struct dynamo_es::DynamoViewRepository [−][src]
pub struct DynamoViewRepository<V, A> { /* fields omitted */ }Expand description
A DynamoDb backed query repository for use in backing a GenericQuery.
Trait Implementations
Returns the current view instance.
fn update_view<'life0, 'async_trait>(
&'life0 self,
_view: V,
_context: QueryContext
) -> Pin<Box<dyn Future<Output = Result<(), PersistenceError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
fn update_view<'life0, 'async_trait>(
&'life0 self,
_view: V,
_context: QueryContext
) -> Pin<Box<dyn Future<Output = Result<(), PersistenceError>> + Send + 'async_trait>> where
'life0: 'async_trait,
Self: 'async_trait,
Updates the view instance.
