Skip to main content

StockParsed

Type Alias StockParsed 

Source
pub type StockParsed<S = Arc<str>> = Parsed<S, NoExt>;
Expand description

Stock parser root for dialects that use the built-in AST only.

Aliased Typeยง

pub struct StockParsed<S = Arc<str>> { /* private fields */ }