Trait preserves_schema::syntax::block::Emittable[][src]

pub trait Emittable: Debug {
    fn write_on(&self, f: &mut Formatter);
}

Required methods

Implementations on Foreign Types

Implementors