Struct little::compiler::Executable [] [src]

pub struct Executable {
    // some fields omitted
}

Trait Implementations

impl<'a, V: Debug> Execute<'a, V> for Executable

type Stream = CompilerStream

fn execute(&'a self, data: V) -> Self::Stream

fn get_id<'r>(&'r self) -> &'r str

fn identify_env(&self) -> Fingerprint