tokio_macros::entry

Function build_config

source
fn build_config(
    input: &ItemFn,
    args: Punctuated<Meta, Comma>,
    is_test: bool,
    rt_multi_thread: bool,
) -> Result<FinalConfig, Error>