Trait Host

Source
pub trait Host:
    Send
    + HostError
    + Send { }

Implementations on Foreign Types§

Source§

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

Implementors§

Source§

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