[][src]Trait ruwren::Printer

pub trait Printer {
    fn print(&mut self, s: String);
}

Required methods

fn print(&mut self, s: String)

Loading content...

Implementors

impl<T> Printer for T where
    T: FnMut(String), 
[src]

Loading content...