Struct kailua_langsvr_protocol::Location [] [src]

pub struct Location {
    pub uri: String,
    pub range: Range,
}

Fields

Trait Implementations

impl Debug for Location
[src]

Formats the value using the given formatter.

impl Clone for Location
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more