Trait nitroglycerin::Table[][src]

pub trait Table {
    fn table_name() -> String;
}
Expand description

Trait indicating that a type is a dynamodb table

Required methods

get the table name

Implementors