pub struct Reader { /* private fields */ }
Expand description

接收器

Implementations

创建一个空的接收器

接收器是否为空

接收数据并找出一个数据帧,返回已处理数据的字节数

接收到了完整数据

获取接收到的数据

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.