Type Alias kvarn::extensions::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 */);