We can use Rust's FromStr trait and Serde's deserialize_with attribute to handle this pattern in a general way. use std::collections::BTreeMap as Map; ...
確定! 回上一頁