conrod::WidgetKind [] [src]

type WidgetKind = &'static str;

A unique identifier for a Widget type.

Note: This might be replaced with Any::get_type_id when it stabilises.