[][src]Module uninit::read

This is supported on feature="std" only.

Read into uninitialized bytes logic.

Traits

ReadIntoUninitfeature="std"

Trait for a Readable type that can output the bytes read into uninitialised memory.

VecExtendFromReaderfeature="std"

Extension trait for Vec, that grows the vec by a bounded amount of bytes, obtained when reading from R.