Sequence ToByte

std/conversion/scalar/char::ToByte


Inputs

value: Stream<char>

Outputs

↦ data: Stream<Vec<byte>>


Convert stream of char into Vec<byte>.

char gets converted into Vec<byte>, each vector contains the bytes of the former scalar char it represents.