pub trait Host:
    Send
    + HostClient
    + HostMessage { }

Implementations on Foreign Types§

source§

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

Implementors§