Trait pretty::RenderAnnotated[][src]

pub trait RenderAnnotated<A>: Render {
    fn push_annotation(&mut self, annotation: &A) -> Result<(), Self::Error>;
fn pop_annotation(&mut self) -> Result<(), Self::Error>; }

Trait representing the operations necessary to write an annotated document.

Required Methods

Implementors