Type Definition indradb::ValidationResult
source · pub type ValidationResult<T> = Result<T, ValidationError>;Expand description
Convenient wrapper around std::Result.
pub type ValidationResult<T> = Result<T, ValidationError>;Convenient wrapper around std::Result.