Type Alias bluejay_parser::ast::ConstArgument

source ·
pub type ConstArgument<'a> = Argument<'a, true>;

Aliased Type§

struct ConstArgument<'a> { /* private fields */ }