Skip to main content
write_byte
bitstream_
io
4.10.0
bitstream_io
Function
write_
byte
Copy item path
Source
pub(crate) fn write_byte<W>(writer: W, byte:
u8
) ->
Result
<
()
>
where W:
Write
,