Trait witx_codegen::Generator
source · [−]pub trait Generator<T: Write> {
fn generate(
&self,
writer: &mut T,
module_witx: Module,
options: &Options
) -> Result<(), Error>;
}
Expand description
Abstract generator interface