Module glib::boxed_any_object
source · Modules§
- imp 🔒
Structs§
- This is a subclass of
glib::object::Object
capable of storing any Rust type. It let’s you insert a Rust type anywhere aglib::object::Object
is needed. The inserted value can then be borrowed as a Rust type, by using the various provided methods.