Function tonic_build::server::generate

source ·
pub fn generate<T: Service>(
    service: &T,
    emit_package: bool,
    proto_path: &str,
    compile_well_known_types: bool,
    attributes: &Attributes
) -> TokenStream
👎Deprecated since 0.8.3: Use CodeGenBuilder::generate_server
Expand description

Generate service for Server.

This takes some Service and will generate a TokenStream that contains a public module containing the server service and handler trait.