All Downloads are FREE. Search and download functionalities are using the official Maven repository.

htmlDocs2.sample_rust.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
extern crate {{classname}};

pub fn main() {
{{#allParams}}    let {{paramName}} = {{{example}}}; // {{{dataType}}}
{{/allParams}}

    let mut context = {{classname}}::Context::default();
    let result = client.{{operationId}}({{#allParams}}{{paramName}}, {{/allParams}}&context).wait();

    println!("{:?}", result);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy