1 2 3 4 5 6
#[derive(Debug, Clone)] pub struct ProcessResult { pub response: String, pub matched: bool, pub skill_name: Option<String>, }