[−][src]Trait treescript_interpreter::lib_process::LibProcess
Associated Types
type Error: LibProcessError
Required methods
fn dependencies() -> Vec<LibrarySpec>
fn configure(&mut self, config: Config)
fn call_fun(
&mut self,
fun: String,
args: Vec<Value>
) -> Result<Value, Self::Error>
&mut self,
fun: String,
args: Vec<Value>
) -> Result<Value, Self::Error>
Provided methods
fn run<R: Read, W: Write>(
&mut self,
input: &mut R,
output: &mut W
) -> Result<(), Self::Error>
&mut self,
input: &mut R,
output: &mut W
) -> Result<(), Self::Error>