pub type WriteValuesResult = Result<(), String>;
Result type for the write-values handler.
pub enum WriteValuesResult { Ok(()), Err(String), }
Contains the success value
Contains the error value