logo
1
2
3
pub trait DrawerCallback {
    fn on_drawer(&self, is_opened: bool);
}