Home
last modified time | relevance | path

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

/foundation/communication/ipc/example/rust_test/server/src/
Dmain.rs25 pub struct CalcService; struct
27 impl ICalc for CalcService { implementation
42 impl IRemoteBroker for CalcService {} implementation