Trait Host

Source
pub trait Host: Host + Host { }

Implementors§

Source§

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