Type Definition kvarn::extensions::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.