Searched defs:Remotable (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/frameworks/native/libs/binder/rust/src/ | ||
H A D | native.rs | 483 impl Remotable for () { implementation |
H A D | binder.rs | 174 pub trait Remotable: Send + Sync + 'static { interface |