MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / Parsed

Class Parsed

src/expr-parser/src/parser.rs:1589–1589  ·  view source on GitHub ↗

Newtype for external types that need to implement [Parse].

Source from the content-addressed store, hash-verified

1587
1588 /// Newtype for external types that need to implement [Parse].
1589 pub struct Parsed<T>(pub T);
1590
1591 /// Provides facilities for parsing
1592 pub struct ParseChildren<'a> {

Callers 1

parseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected