Trait nitroglycerin::TableIndex[][src]

pub trait TableIndex {
    type Table: Table;
    fn index_name() -> Option<String>;
}
Expand description

Trait indicating that a type is a dynamodb index

Associated Types

The dynamodb table this index belongs to

Required methods

get the index name

Implementors