Struct flycatcher_parser::ast::meta::AstMeta [−][src]
Expand description
Describes where an AST item was found in the source input string.
Fields
range: Range<usize>item: AstThe item that this metadata structure describes.
Implementations
Creates a new AST metadata object, then boxing it.