pub fn create_structs<SrcPath: AsRef<Path>, DestPath: AsRef<Path>, Name: AsRef<str>>(
    src_path: SrcPath,
    dest_path: DestPath,
    struct_name: Name,
    options: &Options
) -> Result<(), Error>
Expand description

Create a Rust source file that defines a set of structs based on a given markup file.