1 2 3 4 5 6
use serde::Serialize; #[derive(Debug, Serialize)] pub(crate) struct WhisperBody<'a> { pub message: &'a str, }