libcosmic/examples/dock/utils.rs

4 lines
160 B
Rust
Raw Normal View History

2021-12-20 23:52:59 -05:00
#[derive(Clone, Debug, Default, glib::GBoxed)]
#[gboxed(type_name = "BoxedLauncherActive")]
pub struct BoxedSearchResults(pub Vec<pop_launcher::SearchResult>);