Type Definition kvarn::extensions::Post

source ·
pub type Post = Box<dyn PostCall>;
Expand description

A post extension.

Can be created using the post! macro.

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

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