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

Performs the conversion with error propagation.

Implementations on Foreign Types

Implementors