use std::rc::Rc;. Next, let's change our definition of Post to use an Rc<String> instead of String : #[derive(Deserialize)] struct Post ...
確定! 回上一頁