pub fn emit_service_interface_async(
svc: &ServiceDef,
pkg: &str,
opts: &JavaGenOptions,
) -> Result<JavaFile, JavaGenError>Expand description
Emits the asynchronous service interface (<Service>Async.java).
§Errors
Like emit_service_interface.