Expand description
IoBuffer library
Copyright 2020 Metaswitch Networks
Memory-based buffer which implements Write and Read traits.
Structsยง
- IoBuffer
- Simple object which implements both
std::io::Write
andstd::io::Read
. Uses an internal buffer. Thread-safe and cloneable.