Home
last modified time | relevance | path

Searched refs:CalcService (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/ipc/example/rust_test/server/src/
H A Dmain.rs25 pub struct CalcService; structure names
27 impl ICalc for CalcService {
42 impl IRemoteBroker for CalcService {}
47 let service = CalcStub::new_remote_stub(CalcService).expect("create CalcService success"); in main()

Completed in 1 milliseconds