pub type StandardDecoder<T> = WithoutNoise<BufferPool<BufferFromSystemMemory>, T>;Expand description
Standard Sv2 decoder without Noise protocol support.
Used for decoding generic message types (T) encoded in Sv2 frames.
Aliased Typeยง
pub struct StandardDecoder<T> { /* private fields */ }