[][src]Trait verify::span::Span

pub trait Span: Debug + Clone + AddAssign { }

A span that is associated with values during validation.

Spans can represent a hierarchy for nested values with the help of the AddAssign trait.

Implementors

impl Span for Keys[src]

Loading content...