Searched refs:InterfaceClassMethods (Results 1 – 2 of 2) sorted by relevance
19 use crate::binder::{AsNative, Interface, InterfaceClassMethods, Remotable, TransactionCode};266 impl<T: Remotable> InterfaceClassMethods for Binder<T> {
331 pub fn new<I: InterfaceClassMethods>() -> InterfaceClass { in new()585 pub trait InterfaceClassMethods { interface