Skip to main content

BrowserHostBridge

Trait BrowserHostBridge 

Source
pub trait BrowserHostBridge: HostBridge { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> BrowserHostBridge for T
where T: HostBridge,