Skip to main content

invocation

Function invocation 

Source
pub fn invocation(
    stamp: &Stamp,
    site: &Site,
) -> Result<Vec<GeneratedToken>, StampError>
Expand description

The one invocation a covered site is migrated to: the stamp, reached the way that site reaches it, over the shape it was declared in.

The site’s arguments are as many as the shape has seats, settled where the site met its pattern, so the walk fills every seat and runs out at neither end.

§Errors

Returns StampError::TokensUnbounded where the invocation outgrows the declared token magnitude.