libcosmic/examples/launcher/utils.rs
2021-12-28 11:08:02 -05:00

3 lines
160 B
Rust

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