Type Definition const_format::fmt::Result

source ·
pub type Result<T = (), E = Error> = Result<T, E>;
Available on crate feature fmt only.
Expand description

The return type of most formatting functions