Crate gpui2

source ·

Re-exports

Modules

Macros

  • Defines unit structs that can be used as actions. To use more complex data types as actions, annotate your type with the #[action] macro.

Structs

Enums

Constants

Statics

Traits

Functions

Type Definitions

Attribute Macros

  • Marks a function or static variable as a library/executable constructor. This uses OS-specific linker sections to call a specific function at load time.

Derive Macros