[][src]Trait tydi::generator::Componentify

pub trait Componentify {
    fn canonical(&self, suffix: Option<&str>) -> Component;

    fn user(&self, _suffix: Option<&str>) -> Option<Component> { ... }
}

Trait to create common representation components from things in the canonical way and user-friendly way.

Required methods

fn canonical(&self, suffix: Option<&str>) -> Component

Loading content...

Provided methods

fn user(&self, _suffix: Option<&str>) -> Option<Component>

Loading content...

Implementors

impl Componentify for Streamlet[src]

Loading content...