kvarn::extensions

Type Alias Package

source
pub type Package = Box<dyn PackageCall>;
Expand description

A package extension.

Can be created using the package! macro.

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

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

Aliased Typeยง

struct Package(/* private fields */);