Skip to main content

attribute

Function attribute 

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

One attribute #[body].

ยงErrors

Returns Overflow where the body outgrows the declared magnitude.