kvarn::extensions

Type Alias Prime

source
pub type Prime = Box<dyn PrimeCall>;
Expand description

A prime extension.

Can be created using the prime! macro.

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

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

Aliased Typeยง

struct Prime(/* private fields */);