Module kas::prelude[][src]

Expand description

KAS prelude

This module allows convenient importation of common unabiguous items:

use kas::prelude::*;

This prelude may be more useful when implementing widgets than when simply using widgets in a GUI.

Re-exports

pub use kas_core::prelude::*;
pub use kas_widgets::adapter::WidgetExt;