[][src]Trait verilog_arc::StatementInterpolatorFactory

pub trait StatementInterpolatorFactory<'lt, 'out> {
    type Interpolator: ToTokens;
    fn new(
        &'lt self,
        stmt: StatementId,
        block: &'out mut Block
    ) -> Self::Interpolator; }

Associated Types

Loading content...

Required methods

fn new(
    &'lt self,
    stmt: StatementId,
    block: &'out mut Block
) -> Self::Interpolator

Loading content...

Implementors

Loading content...