usecore::{Widget, ButtonResult};usestd::collections::HashMap;/// Specialized version of a widget that implements an alignment function
/// and method for forwarding keys to the parent widgets key map.
pubtraitLayout: Widget {fnalign_elems(&mutself);fnforward_keys(&mutself, key_map:&mutHashMap<char, ButtonResult>);}