rstd 0.1.0
Loading...
Searching...
No Matches
rstd::io::Write Struct Referenceexport
module rstd

Trait for objects that can be written to. More...

Detailed Description

Trait for objects that can be written to.

Required methods: write(const u8* buf, usize len) -> Result<usize> — write some bytes flush() -> Result<empty> — flush buffers


The documentation for this struct was generated from the following file: