[][src]Type Definition const_format::fmt::Result

type Result<T = (), E = Error> = Result<T, E>;
This is supported on crate feature fmt only.

The return type of most formatting functions