pub unsafe trait IsExpression: StaticType + FromGlibPtrFull<*mut GtkExpression> + 'static { }
Expand description

A common trait implemented by the various Expression types.

Safety

The user is not supposed to implement this trait.

Implementors