Skip to main content

HostTcpSocketWithStore

Trait HostTcpSocketWithStore 

Source
pub trait HostTcpSocketWithStore<T>: HasData + Send { }

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl<H, T> HostTcpSocketWithStore<T> for H
where H: HasData + Send + ?Sized,