SyntaxedRender

Trait SyntaxedRender 

Source
pub trait SyntaxedRender<A, T, F> {
    // Required method
    fn render(
        &self,
        context: Option<&T>,
        function_table: &HashMap<A, F>,
    ) -> String;
}

Required Methods§

Source

fn render(&self, context: Option<&T>, function_table: &HashMap<A, F>) -> String

Implementations on Foreign Types§

Source§

impl<T> SyntaxedRender<u16, T, ()> for Instruction

Source§

fn render( &self, context: Option<&T>, _function_table: &HashMap<u16, ()>, ) -> String

Implementors§