Trait yaxpeax_core::analyses::static_single_assignment::DataDisplay[][src]

pub trait DataDisplay<'data, 'colors> {
    type Displayer: Display;
    fn display(
        &'data self,
        detailed: bool,
        colors: Option<&'colors ColorSettings>
    ) -> Self::Displayer; }

Associated Types

Required methods

Implementations on Foreign Types

Implementors