#[io_plugin]Expand description
Generate a plugin-interface, based on an enum definition for its’ operations
The provided enum’s variant must contain only owned data (no &’a) - otherwise, deserialiastaion will cause a compile-time error.
The variants must be [serde::Serialize] + [serde::Deserialize].