Struct kailua_langsvr_protocol::Range [] [src]

pub struct Range {
    pub start: Position,
    pub end: Position,
}

Fields

Trait Implementations

impl Debug for Range
[src]

Formats the value using the given formatter.

impl Clone for Range
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more