Function common_macro::utils::extract_input_types

source ยท
pub(crate) fn extract_input_types(
    inputs: &Punctuated<FnArg, Comma>,
) -> Result<Vec<Type>, Error>
Expand description

Extract the argument list from the annotated function.