Struct edn::types::Span [] [src]

pub struct Span(pub u32, pub u32);

Span represents the current offset (start, end) into the input string.

Methods

impl Span
[src]

Trait Implementations

impl Clone for Span
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Span
[src]

impl Debug for Span
[src]

Formats the value using the given formatter. Read more

impl Eq for Span
[src]

impl Hash for Span
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for Span
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Span

impl Sync for Span