Function readByte [src]

Prototype

pub inline fn readByte(self: Self) NoEofError!u8

Parameters

self: Self

Possible Errors

EndOfStream

Source

pub inline fn readByte(self: Self) NoEofError!u8 { return @errorCast(self.any().readByte()); }