Host

Trait Host 

Source
pub trait Host: HostContext { }

Implementations on Foreign Types§

Source§

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

Implementors§

Source§

impl<T: WrpcView> Host for WrpcRpcImpl<T>
where <T::Invoke as Invoke>::Context: 'static,