Searched defs:SerializedChannel (Results 1 – 2 of 2) sorted by relevance
60 pub trait SerializedChannel: Debug + Send { interface156 fn channel_execute<T, R, S>(channel: &mut T, req: R) -> binder::Result<S> in channel_execute()
25 pub trait SerializedChannel: Send + Sync { trait