Trait custom_print::IntoFmtWriteResult[][src]

pub trait IntoFmtWriteResult {
    fn into_fmt_write_result(self) -> Result;
}
Expand description

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

Required methods

Performs the conversion with error propagation.

Implementations on Foreign Types

Implementors