[−][src]Function azure_functions::worker_main
pub fn worker_main(
args: impl Iterator<Item = String>,
functions: &[&'static Function]
)
The main entry point for the Azure Functions for Rust worker.
This entry point does not use any additional Azure Functions binding extensions.
Examples
ⓘThis example is not tested
azure_functions::export! { example } fn main() { azure_functions::worker_main(::std::env::args(), FUNCTIONS); }