Trait oak_runtime::stream::Location [] [src]

pub trait Location {
    fn location(&self) -> String;
}

Produces a textual representation of the current position in the stream. For example, it can be 2:5 if the position is at line 2 and column 5.

Required Methods

Implementors