MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Extractor

Class Extractor

cranelift/isle/isle/src/ast.rs:326–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324/// ast-to-sema pass.
325#[derive(Clone, PartialEq, Eq, Debug)]
326pub struct Extractor {
327 pub term: Ident,
328 pub args: Vec<Ident>,
329 pub template: Pattern,
330 pub pos: Pos,
331}
332
333/// A pattern: the left-hand side of a rule.
334#[derive(Clone, PartialEq, Eq, Debug)]

Callers 1

parse_defMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected