Skip to main content

rust_module_gen

Function rust_module_gen 

Source
pub fn rust_module_gen(
    db: &Database,
    path: impl AsRef<Path>,
    type_defs: &[TypeDef],
    is_crate: bool,
) -> Result<()>