Struct libracerd::engine::Definition
[−]
[src]
pub struct Definition {
pub position: CursorPosition,
pub text: String,
pub text_context: String,
pub dtype: String,
pub file_path: String,
}Source file and type information for a found definition
Fields
position | |
text | |
text_context | |
dtype | |
file_path |