Trait rapidquery::Span[][src]

pub trait Span {
    fn span(&self) -> usize;
}
Expand description

Trait used for computing the precedence order of operations.

Sets with a higher Span value will be prioritized during evaluation.

Required methods

Returns the span of values covered by this type.

Implementations on Foreign Types

Implementors