zen_rs::aspects

Type Alias Show

Source
pub type Show = bool;
Expand description

Indicates whether an element should be displayed.

This is a helper type that serves as a replacement for Option in certain cases.

Note: This type may be removed in future versions.