Type Definition moore_svlog::ast::ClassDecl[][src]

pub type ClassDecl<'a> = Node<'a, ClassDeclData<'a>>;

Trait Implementations