Trait custom_print::ExpectFmtWriteResult[][src]

pub trait ExpectFmtWriteResult {
    fn expect_fmt_write_result(self) -> Result;
}
Expand description

A helper trait used by FmtWriter to convert wrapped function result to fmt::Result with error unwrapping.

Required methods

Performs the conversion with error unwrapping.

Implementations on Foreign Types

Implementors