Trait yaxpeax_core::SyntaxedSSARender[][src]

pub trait SyntaxedSSARender<Architecture: Arch + SSAValues, T, F> where
    <Architecture as Arch>::Address: Eq + Hash,
    <Architecture as ValueLocations>::Location: Eq + Hash
{ fn render_with_ssa_values(
        &self,
        address: <Architecture as Arch>::Address,
        colors: Option<&ColorSettings>,
        context: Option<&T>,
        function_table: &HashMap<<Architecture as Arch>::Address, F>,
        ssa: &SSA<Architecture>
    ) -> String; }

Required methods

Implementations on Foreign Types

Implementors