Skip to main content

function_item

Function function_item 

Source
pub fn function_item(
    signature: Vec<GeneratedToken>,
    body: Vec<GeneratedToken>,
) -> Result<Vec<GeneratedToken>, Overflow>
Expand description

One function or method item from an exact signature and exact body.

ยงErrors

Returns Overflow where the body outgrows the declared generated-token magnitude.