Skip to main content

DevBinderProxyInterface

Trait DevBinderProxyInterface 

Source
pub trait DevBinderProxyInterface: Send + Sync {
    // Required methods
    fn open(&self, payload: DevBinderOpenRequest) -> Result<(), Error>;
    fn close(&self, payload: DevBinderCloseRequest) -> Result<(), Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§