[go: up one dir, main page]

[][src]Trait econtext::Entry

pub trait Entry {
    fn print(&self);
}

The trait for an entry in the stack

Required methods

fn print(&self)

Loading content...

Implementors

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

Loading content...