Struct tree_sitter_graph::ast::StringConstant [−][src]
pub struct StringConstant {
pub value: String,
}Expand description
A string constant
Fields
value: StringTrait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.