nimbus_fml::intermediate_representation

Trait TypeFinder

Source
pub trait TypeFinder {
    // Required method
    fn find_types(&self, types: &mut HashSet<TypeRef>);

    // Provided method
    fn all_types(&self) -> HashSet<TypeRef> { ... }
}

Required Methods§

Source

fn find_types(&self, types: &mut HashSet<TypeRef>)

Provided Methods§

Implementors§