Relying on just `as_any` was error prone and will become redundant in the future, once upcasting will be stable, we also won't to impose a restriction on to which concrete type we're casting, since casting to a type that doesn't implement a base trait doesn't make much sense. Co-authored-by: Kirill Chibisov <contact@kchibisov.com> |
||
|---|---|---|
| .. | ||
| app.rs | ||
| app_state.rs | ||
| cursor.rs | ||
| event.rs | ||
| event_loop.rs | ||
| ffi.rs | ||
| menu.rs | ||
| mod.rs | ||
| monitor.rs | ||
| observer.rs | ||
| util.rs | ||
| view.rs | ||
| window.rs | ||
| window_delegate.rs | ||