Type Alias SniPrefixedIo
pub type SniPrefixedIo<S> = PrefixedIo<HeapReader, S>;Available on crate feature
net only.Expand description
PrefixedIo alias used by SniRouter.
Aliased Type§
pub struct SniPrefixedIo<S> { /* private fields */ }