pub trait Host:
    Send
    + HostContainer
    + HostStreamObjectNames { }

Implementations on Foreign Types§

source§

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

Implementors§