Trait codeviz_common::VariableFormat [] [src]

pub trait VariableFormat {
    type Extra: Default;
    fn format<E>(
        &self,
        out: &mut E,
        depth: usize,
        extra: &mut Self::Extra
    ) -> Result<()>
    where
        E: ElementFormat
; }

Associated Types

Required Methods

Implementors