[][src]Trait tydi::generator::vhdl::Analyze

pub trait Analyze {
    fn list_record_types(&self) -> Vec<Type>;
}

Analyze trait for VHDL objects.

Required methods

fn list_record_types(&self) -> Vec<Type>

List all record types used.

Loading content...

Implementors

impl Analyze for Type[src]

impl Analyze for Component[src]

impl Analyze for Port[src]

Loading content...