pub trait Wrapper {
type GlibType: 'static;
type GlibClassType: 'static;
}Expand description
Represents a pair of structures (instance, class) as exposed by descendants of GObject
Required Associated Types
sourcetype GlibClassType: 'static
type GlibClassType: 'static
type of the Class structure