pub struct TruncatedItem {
    pub id: u32,
    pub data: Vec<u8>,
    pub known_eof: bool,
}
Expand description

A TruncatedItem represents data that was potentially truncated when written. The data field of this struct is not decoded and will end with two fail markers (45)

Fields§

§id: u32§data: Vec<u8>§known_eof: bool

Trait Implementations§

Formats the value using the given formatter. 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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.