pub fn create_structs_from_source<Source: AsRef<str>, DestPath: AsRef<Path>, Name: AsRef<str>>(
    source: Source,
    dest_path: DestPath,
    struct_name: Name,
    format: Format,
    options: &Options
) -> Result<(), Error>
Expand description

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