Type Alias preserves_schema::syntax::block::Item

source ·
pub type Item = Rc<dyn Emittable>;
Expand description

Polymorphic Emittable, used consistently in the API.

Aliased Type§

struct Item { /* private fields */ }

Trait Implementations§

source§

impl Emittable for Item

source§

fn write_on(&self, f: &mut Formatter)

Serializes self, as pretty-printed code, on f.