kvarn_utils::prelude::io

Struct Sink

1.0.0 · source
#[non_exhaustive]
pub struct Sink;
Expand description

A 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.

Trait Implementations§

1.0.0 · source§

impl Clone for Sink

source§

fn clone(&self) -> Sink

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
1.0.0 · source