[][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

impl<S: Span> Error for Errors<S>[src]

Loading content...