Function readByteSigned [src]
Prototype
pub fn readByteSigned(fbr: *FixedBufferReader) Error!i8
Parameters
fbr: *FixedBufferReader
Possible Errors
Source
pub fn readByteSigned(fbr: *FixedBufferReader) Error!i8 {
return @bitCast(try fbr.readByte());
}