[][src]Function debil_dynamodb::from_items

pub fn from_items<T: SQLTable<ValueType = DynamoType>>(
    items: Vec<HashMap<String, AttributeValue>>
) -> Vec<T>