1 2 3 4 5 6 7 8
use serde::Serialize; #[derive(Clone, Debug, Serialize)] pub struct Output { description: String, value: String, export: String, }