Struct tokio::io::Sink[][src]

pub struct Sink { /* fields omitted */ }
This is supported on crate feature io-util only.
Expand description

An async writer which will move data into the void.

This struct is generally created by calling sink. Please see the documentation of sink() for more details.

This is an asynchronous version of std::io::Sink.

Trait Implementations

Attempt to write bytes from buf into the object. Read more

Attempts to flush the object, ensuring that any buffered data reach their destination. Read more

Initiates or attempts to shut down this writer, returning success when the I/O connection has completely shut down. Read more

Like poll_write, except that it writes from a slice of buffers. Read more

Determines if this writer has an efficient poll_write_vectored implementation. Read more

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

Performs the conversion.

Performs the conversion.

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.