pub fn generate<G, S>( generator: G, cmd: &Command, bin_name: S, buf: &mut dyn Write, ) -> Result<()>where G: Generator, S: Into<String>,
Generate bindings for cmd into buf.
cmd
buf