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

fn to_query_input(&self, table: String) -> QueryInput[src]

Transform this structure as a DynamoDB QueryInput on the given table

Loading content...

Implementors

Loading content...