plugin_framework, block_input, ready to debug

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-05-04 16:27:44 +08:00
parent 71d64a2def
commit c05e87b3b6
3 changed files with 21 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ struct MsgToConfig {
#[derive(Debug, Deserialize)]
pub(super) struct MsgToExtSupport {
pub r#type: String,
pub data: String,
pub data: Vec<u8>,
}
macro_rules! cb_msg_field {