pub type VResult<T> = Result<T, Error>;
Expand description

Validation result