Trait glib::wrapper::Wrapper [] [src]

pub trait Wrapper {
    type GlibType: 'static;
}

A wrapper struct.

Associated Types

Foreign type represented by the struct.

Implementors