Skip to main content

read_tpc

Function read_tpc 

Source
pub fn read_tpc<R: Read>(reader: &mut R) -> Result<Tpc, TpcBinaryError>
Expand description

Reads TPC data from a reader.

ยงErrors

TpcBinaryError::Io when the stream will not read to end, and whatever read_tpc_from_bytes reports for the bytes it collected.