Home
last modified time | relevance | path

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

/tonic/examples/src/routeguide/
H A Dserver.rs52 if in_range(feature.location.as_ref().unwrap(), request.get_ref()) { in list_features()
153 fn in_range(point: &Point, rect: &Rectangle) -> bool { in in_range() function
/tonic/examples/
H A Drouteguide-tutorial.md359 Lastly, we need implement two helper functions: `in_range` and `calc_distance`. We'll use them
409 if in_range(feature.location.as_ref().unwrap(), request.get_ref()) {