Trait codeviz::common::VariableFormat [] [src]

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

Required Methods

Implementors