rust - 为什么我们需要为Option<T> 变量调用take(). 标签 rust. 在这段代码中: pub struct Post { state: Option<Box<dyn State>>, content: String, } ...
確定! 回上一頁