Trait query_structure::ast::WithDocumentation
source · pub trait WithDocumentation {
// Required method
fn documentation(&self) -> Option<&str>;
}
Expand description
An AST node with documentation.
Required Methods§
sourcefn documentation(&self) -> Option<&str>
fn documentation(&self) -> Option<&str>
The documentation string, if defined.