[][src]Trait econtext::Entry

pub trait Entry {
    fn write(&self, writer: &mut dyn Write);
}

The trait for an entry in the stack

Required methods

fn write(&self, writer: &mut dyn Write)

Loading content...

Implementors

impl<Data: Debug> Entry for DataScope<Data>[src]

Loading content...