mentat/bytes/buf/sidebar-items.js
2018-08-22 17:04:13 +00:00

1 line
No EOL
581 B
JavaScript

initSidebarItems({"struct":[["Chain","A `Chain` sequences two buffers."],["Iter","Iterator over the bytes contained by the buffer."],["Reader","A `Buf` adapter which implements `io::Read` for the inner value."],["Take","A `Buf` adapter which limits the bytes read from an underlying buffer."],["Writer","A `BufMut` adapter which implements `io::Write` for the inner value."]],"trait":[["Buf","Read bytes from a buffer."],["BufMut","A trait for values that provide sequential write access to bytes."],["FromBuf","Conversion from a [`Buf`]"],["IntoBuf","Conversion into a `Buf`"]]});