#[derive(Debug, Clone)] pub struct JsonError { pub message: String, pub line: usize, pub column: usize, } This struct will be called json::error::JsonError, ...
確定! 回上一頁