Struct little::interpreter::Executable
[−]
[src]
pub struct Executable<'a, V: 'a> {
// some fields omitted
}pub struct Executable<'a, V: 'a> {
// some fields omitted
}impl<'a, V: LittleValue + 'a> Execute<'a, V> for Executable<'a, V>type Stream = InterpreterStream<'a, V>fn execute(&'a self, data: V) -> InterpreterStream<'a, V>fn get_id<'r>(&'r self) -> &'r strfn identify_env(&self) -> Fingerprint