Skip to main content

HostWithStore

Trait HostWithStore 

Source
pub trait HostWithStore<T>:
    HasData
    + HostUdpSocketWithStore<T>
    + HostIncomingDatagramStreamWithStore<T>
    + HostOutgoingDatagramStreamWithStore<T> { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§