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

Write-only access to a Pipe.

Implementations

Writes a value.

See Pipe::write()

Attempt to immediately write a message.

See Pipe::write()

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 write.
Write a buffer into this writer, returning how many bytes were written.
Future returned by flush.
Flush this output stream, ensuring that all intermediately buffered contents reach their destination.
Write an entire buffer into this writer.

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.