gpui-component 0.6.0

GPUI Component: the styled component library of GPUI Kit, with 60+ desktop UI components for GPUI.
Documentation
1
2
3
4
5
6
pub trait Sealed {}

impl Sealed for f64 {}

#[cfg(feature = "decimal")]
impl Sealed for rust_decimal::Decimal {}