Trait custom_print::IntoIoFlushResult [−][src]
pub trait IntoIoFlushResult { fn into_io_flush_result(self) -> Result<()>; }
Expand description
A helper trait used by IoTryWriter
flush method
to convert wrapped function result to io::Result
with error propagation.
Required methods
fn into_io_flush_result(self) -> Result<()>
[src]
fn into_io_flush_result(self) -> Result<()>
[src]Performs the conversion with error propagation.