Type Definition racer::Point [] [src]

type Point = usize;

A byte offset in a file.

Trait Implementations

impl From<Point> for Location
[src]

[src]

Performs the conversion.

Auto Trait Implementations