Struct little::compiler::Executable
[−]
[src]
pub struct Executable { // some fields omitted }
pub struct Executable { // some fields omitted }
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