Struct il2_iltags::io::ReadReader[][src]

pub struct ReadReader<'a, T: Read> { /* fields omitted */ }
Expand description

This struct implements a Reader that uses a std::io::Read as the source of bytes.

Implementations

Creates a new instance of ReadReader.

Parameters:

  • src: The source of bytes.

Trait Implementations

Reads a single byte from the source. Read more

Reads the specified number of bytes from the source. Read more

Skips some bytes from the source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Reads the ILInt. Read more

Performs the conversion.

Reads an UTF-8 String with a given size. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more