Struct moore_svlog::InstVerbosityVisitor [−][src]
pub struct InstVerbosityVisitor<'a, 'gcx> { /* fields omitted */ }
Expand description
A visitor that emits instantiation details diagnostics.
Implementations
Create a new visitor that emits instantiation details.
Trait Implementations
type Context = GlobalContext<'gcx>
type Context = GlobalContext<'gcx>
The type of context that this visitor uses.