Struct std::io::Sink
[−]
[src]
pub struct Sink { // some fields omitted }
A writer which will move data into the void.
pub struct Sink { // some fields omitted }
A writer which will move data into the void.
impl Write for Sink
fn write(&mut self, buf: &[u8]) -> Result<usize>
fn flush(&mut self) -> Result<()>
fn write_all(&mut self, buf: &[u8]) -> Result<()>
fn write_fmt(&mut self, fmt: Arguments) -> Result<()>
fn by_ref(&mut self) -> &mut Self where Self: Sized
fn broadcast<W: Write>(self, other: W) -> Broadcast<Self, W> where Self: Sized
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)