1 2 3 4 5 6 7 8
use facebook_graph_api_object_error::Error; use serde::{Deserialize, Serialize}; // #[derive(Deserialize, Serialize, Debug, Clone)] pub struct ErrJson { pub error: Error, }