#[derive(Debug)] struct AnyBox(Box<dyn Any + Debug>);. If we were to compile this, the compiler doesn't come back happy: error[E0225]: only ...
確定! 回上一頁