pub type DumpResult = Result<Value, Error>;
Result type for model_dump operations.
pub enum DumpResult { Ok(Value), Err(Error), }
Contains the success value
Contains the error value