` couldn't convert the error to `Box<dyn core_error::Error>`
--> /home/thoth/src/rust-esp32-experiments` couldn't convert the error to `Box<dyn core_error::Error>`
错误:error[E0277]: the size for values of type 'dyn Getter' cannot be known at compilation不能知道dyn Getter的大小,但是MapGetter的大小当然可以!由于MapGetter是一个实现Getter特性的具体类型,所以我不明白为什么不能将它框起来并返回它。
我漏掉了一些东西。我可以Box向上MapGetter,但我不能做的是将