Trait korat::DynamoDBInsertable [] [src]

pub trait DynamoDBInsertable: DynamoDBItem {
    fn get_key(&self) -> HashMap<String, AttributeValue>;
}

The DynamoDBInsertable trait should implement the additional expectations for structs which are meant to be stored in dynamodb.

Required Methods

Implementors