Trait tarrasque::Span

source ·
pub trait Span {
    const SPAN: usize;
}
Expand description

A type that spans a fixed number of bytes.

Required Associated Constants

The number of bytes spanned by values of this type.

Implementations on Foreign Types

Implementors