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

This trait is automatically implemented.

Implementors

impl<T: Debug + Clone + AddAssign> Span for T[src]

Loading content...