Trait tarrasque::Span [] [src]

pub trait Span {
    const SPAN: usize;
}

A type that spans a fixed number of bytes.

Associated Constants

The number of bytes spanned by values of this type.

Implementors