[][src]Trait verify::Error

pub trait Error: Sized + Error + AddAssign { }

The errors returned by validators must implement this trait.

The AddAssign bound is required in order to support validators that return multiple errors.

Implementors

Loading content...