pub type SerializeResult = Result<()>;
pub enum SerializeResult { Ok(()), Err(Error), }
Contains the success value
Contains the error value