feat: Added/expanded Typed impls

This commit is contained in:
2025-10-15 03:50:50 +02:00
parent 54164c517b
commit 97b944874a
6 changed files with 89 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use lua_typed::Typed;
use rumqttc::{MqttOptions, Transport};
use serde::Deserialize;
#[derive(Debug, Clone, Deserialize)]
#[derive(Debug, Clone, Deserialize, Typed)]
pub struct MqttConfig {
pub host: String,
pub port: u16,