Struct build_compile::Span [] [src]

pub struct Span(pub usize, pub usize);

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]