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.
Aliased Typeยง
struct Post(/* private fields */);