Trait Host

pub trait Host: Send + HostError { }

Implementations on Foreign Types§

§

impl<_T> Host for &mut _T
where _T: Host + Send + ?Sized,

Implementors§

§

impl<T> Host for IoImpl<T>
where T: IoView,