Type Alias PeekPrefixedIo
pub type PeekPrefixedIo<S> = PrefixedIo<ReplayReader, S>;Available on crate feature
std only.Expand description
PrefixedIo alias used by PeekRouter.
Aliased Type§
pub struct PeekPrefixedIo<S> { /* private fields */ }