Enum moore_svlog_syntax::ast::ParamKind [−][src]
pub enum ParamKind<'a> {
Type(Vec<ParamTypeDecl<'a>>),
Value(Vec<ParamValueDecl<'a>>),
}Variants
Type(Vec<ParamTypeDecl<'a>>)Tuple Fields of Type
0: Vec<ParamTypeDecl<'a>>Value(Vec<ParamValueDecl<'a>>)Tuple Fields of Value
0: Vec<ParamValueDecl<'a>>Trait Implementations
Apply a function to each child node.
Apply a function to this node.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ParamKind<'a>
impl<'a> !UnwindSafe for ParamKind<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more