Closed as not planned
Closed as not planned
Description
[INFO] [stdout] error[E0277]: the trait bound `Entity: AdapterExt` is not satisfied
[INFO] [stdout] --> src/lib.rs:42:22
[INFO] [stdout] |
[INFO] [stdout] 42 | let entity = t.clone() as Rc<dyn AdapterExt>;
[INFO] [stdout] | ^^^^^^^^^ the trait `AdapterExt` is not implemented for `Entity`
[INFO] [stdout] |
[INFO] [stdout] = note: required for the cast from `Rc<Entity>` to `Rc<dyn AdapterExt>`