MCPcopy Create free account
hub / github.com/Kernel-SU/binder_rs / MyService

Class MyService

example/src/server.rs:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use binder::{Interface, Result as BinderResult};
4
5pub struct MyService;
6
7impl Interface for MyService {}
8

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected