expose InputErased

This commit is contained in:
Kevaundray Wedderburn
2025-05-24 18:55:58 +01:00
parent 1537c78414
commit 06e5596a38

View File

@@ -5,6 +5,7 @@ use thiserror::Error;
mod input;
pub use input::Input;
pub use input::InputErased;
#[allow(non_camel_case_types)]
/// Compiler trait for compiling programs into an opaque sequence of bytes.