pub trait Host: Debug + Send { }

Implementors§

source§

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