[][src]Trait kb::Handler

pub trait Handler {
    fn print(&mut self, scope: &mut Scope, val: Val) -> Result<(), Val>;
}

Interface to the outside world

Required methods

fn print(&mut self, scope: &mut Scope, val: Val) -> Result<(), Val>

Loading content...

Implementors

impl Handler for DefaultHandler[src]

Loading content...