The second is to have the Config use locking internally. For instance one might want to do this: use std::sync::{Arc, RwLock}; #[derive(Default)] ...
確定! 回上一頁