Skip to main content

SmolNetTransport

Type Alias SmolNetTransport 

Source
pub type SmolNetTransport<I, A, S> = NetTransport<I, A, S, SmolRuntime>;
Available on crate features memberlist-net and smol only.
Expand description

NetTransport based on smol.

Aliased Typeยง

pub struct SmolNetTransport<I, A, S> { /* private fields */ }