Trait serde_dynamodb::ToQueryInput [] [src]

pub trait ToQueryInput {
    fn to_query_input(&self, table: String) -> QueryInput;
}

A data structure that can be used as a DynamoDB QueryInput

Required Methods

Transform this structure as a DynamoDB QueryInput on the given table

Implementors