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.

Object Safety§

This trait is not object safe.

Implementors§