ux-components 0.1.3

Backend agnostic GUI framework
Documentation
1
2
3
pub trait DrawerCallback {
    fn on_drawer(&self, is_opened: bool);
}