Function varlink_generator::generate_with_options[][src]

pub fn generate_with_options(
    reader: &mut dyn Read,
    writer: &mut dyn Write,
    options: &GeneratorOptions,
    tosource: bool
) -> Result<()>

generate_with_options reads a varlink interface definition from reader and writes the rust code to writer.