Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
use binder::{Interface, Result as BinderResult};
4
5
pub struct MyService;
6
7
impl Interface for MyService {}
8
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected