#[doc(hidden)]pub type FmtResult = Result;
pub enum FmtResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value