Trait Host

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

Implementors§

Source§

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