[go: up one dir, main page]

Trait glib::wrapper::Wrapper

source ·
pub trait Wrapper {
    type GlibType: 'static;
}
Expand description

A wrapper struct.

Required Associated Types§

source

type GlibType: 'static

Foreign type represented by the struct.

Implementors§