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

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

The return type of most formatting functions