libcosmic/examples/dock/utils.rs
2021-12-20 23:52:59 -05:00

3 lines
160 B
Rust

#[derive(Clone, Debug, Default, glib::GBoxed)]
#[gboxed(type_name = "BoxedLauncherActive")]
pub struct BoxedSearchResults(pub Vec<pop_launcher::SearchResult>);