Home
last modified time | relevance | path

Searched defs:Feature (Results 1 – 3 of 3) sorted by relevance

/tonic/examples/src/routeguide/
H A Ddata.rs5 struct Feature { struct
17 pub fn load() -> Vec<crate::routeguide::Feature> { in load() argument
H A Dserver.rs27 async fn get_feature(&self, request: Request<Point>) -> Result<Response<Feature>, Status> { in get_feature()
/tonic/examples/proto/routeguide/
H A Droute_guide.proto76 message Feature { message