Skip to main content

generate

Function generate 

Source
pub fn generate<G, S>(
    generator: G,
    cmd: &Command,
    bin_name: S,
    buf: &mut dyn Write,
) -> Result<()>
where G: Generator, S: Into<String>,
Expand description

Generate bindings for cmd into buf.