Skip to main content

emit_service_interface_async

Function emit_service_interface_async 

Source
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.