Trait TeaclaveRuntime
teaclave_types
pub trait TeaclaveRuntime { fn open_input(&self, identifier: &str) -> Result<Box<dyn Read>>; fn create_output(&self, identifier: &str) -> Result<Box<dyn Write>>; }
fn open_input(&self, identifier: &str) -> Result<Box<dyn Read>>
fn create_output(&self, identifier: &str) -> Result<Box<dyn Write>>