Skip to main content

Host

Trait Host 

Source
pub trait Host: Debug + Send { }

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§

Source§

impl<T> Host for T
where T: Debug + Send,