pub trait Host: Debug + Send + 'static { }

Implementors§

source§

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