pub struct Reader<'p, M, const N: usize>where
    M: RawMutex,
{ /* private fields */ }
Expand description

Read-only access to a Pipe.

Implementations

Reads a value.

See Pipe::read()

Attempt to immediately read a message.

See Pipe::read()

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Error type of all the IO operations on this type.
Future returned by read.
Pull some bytes from this source into the specified buffer, returning how many bytes were read.
Read the exact number of bytes required to fill buf.

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.