Trait glib::wrapper::Wrapper  
                   
                       [−]
                   
               [src]
pub trait Wrapper {
    type GlibType: 'static;
}A wrapper struct.
Associated Types
type GlibType: 'static
Foreign type represented by the struct.