Trait MagnifierProxyInterface

Source
pub trait MagnifierProxyInterface: Send + Sync {
    // Required method
    fn register_handler(
        &self,
        handler: ClientEnd<MagnificationHandlerMarker>,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§