kvarn::extensions

Type Alias Present

source
pub type Present = Box<dyn PresentCall>;
Expand description

A present extension.

Can be created using the present! macro.

Requires an object which implements the PresentCall trait. See it for details on arguments.

See module level documentation and kvarn.org for more info.

Aliased Typeยง

struct Present(/* private fields */);