Home
last modified time | relevance | path

Searched refs:location_notes (Results 1 – 2 of 2) sorted by relevance

/tonic/examples/src/routeguide/
H A Dserver.rs121 let location_notes = notes.entry(location).or_insert(vec![]); in route_chat() localVariable
122 location_notes.push(note); in route_chat()
124 for note in location_notes { in route_chat()
/tonic/examples/
H A Drouteguide-tutorial.md503 let location_notes = notes.entry(location).or_insert(vec![]);
504 location_notes.push(note);
506 for note in location_notes {