mirror of
https://github.com/eth-act/ere.git
synced 2026-04-03 03:00:17 -04:00
loosen bounds on zkinterface
This commit is contained in:
@@ -9,7 +9,7 @@ pub use input::Input;
|
||||
pub trait Compiler {
|
||||
type Error: std::error::Error + Send + Sync + 'static;
|
||||
// TODO: check if this can be removed and we just use bytes
|
||||
type Program: AsRef<[u8]> + Clone + Send + Sync;
|
||||
type Program: Clone + Send + Sync;
|
||||
|
||||
/// Compiles the program and returns the program
|
||||
fn compile(path_to_program: &Path) -> Result<Self::Program, Self::Error>;
|
||||
|
||||
Reference in New Issue
Block a user