pub type ValueResult<T> = Result<T, ValueError>;Expand description
Value processing result type
Aliased Type§
pub enum ValueResult<T> {
Ok(T),
Err(ValueError),
}pub type ValueResult<T> = Result<T, ValueError>;Value processing result type
pub enum ValueResult<T> {
Ok(T),
Err(ValueError),
}