pub type TupleOfRect_i32 = Tuple<(Rect, i32)>;๐Deprecated: Use the the non-alias form
core::Tuple<(core::Rect, i32)> instead, removal in Nov 2024Aliased Typeยง
struct TupleOfRect_i32 { /* private fields */ }