Function readStruct [src]

Prototype

pub inline fn readStruct(self: Self, comptime T: type) NoEofError!T

Parameters

self: SelfT: type

Possible Errors

EndOfStream

Source

pub inline fn readStruct(self: Self, comptime T: type) NoEofError!T { return @errorCast(self.any().readStruct(T)); }