Struct libracerd::engine::Context
[−]
[src]
pub struct Context { pub buffers: Vec<Buffer>, pub query_cursor: CursorPosition, pub query_file: String, }
Context for a given operation.
All operations require a buffer holding the contents of a file, the file's absolute path, and a cursor position to fully specify the request. This object holds all of those items.
Fields
buffers | |
query_cursor | |
query_file |