Function travel::repository::todo_repository::convert_into_todo
source ยท fn convert_into_todo(
item: &HashMap<String, AttributeValue>,
) -> Result<Todo, TravelError>
Expand description
Convert the item (HashMap) into the To do struct