tokio-thrift-codegen 0.1.0

code generation library of tokio-thrift
Documentation
1
2
// FIXME: generate result type
fn {{method.ident}}(&self{{#each method.args as |arg| ~}} , {{arg.ident}}: {{to_rust arg.ty}}{{/each ~}}) -> ::futures::future::BoxFuture<{{to_rust method.ty}}, ()>