Files
oak-gpui/crates/zed
Nathan Sobo 138aa0492a Add downcast_ref to AnyViewHandle
I use unsafe code to transmute an AnyViewHandle to a ViewHandle<T> when
the type matches. Because ViewHandle<T> is repr(transparent) to the
wrapped AnyViewHandle, this is safe.
2023-04-02 16:10:16 -06:00
..
2023-02-26 11:03:43 -05:00
2023-04-02 16:10:16 -06:00
2022-11-08 16:04:55 +01:00